|
@@ -461,7 +461,7 @@ public class UserApiController extends BaseApiController {
|
|
|
return res;
|
|
return res;
|
|
|
}
|
|
}
|
|
|
if(userIdentity.getAuthentication().intValue() == UserAuthentication.UN_AUTHENTICATION.getCode().intValue()){
|
|
if(userIdentity.getAuthentication().intValue() == UserAuthentication.UN_AUTHENTICATION.getCode().intValue()){
|
|
|
- userIdentity.setType(UserType.PERSONAL.getCode());
|
|
|
|
|
|
|
+// userIdentity.setType(UserType.PERSONAL.getCode());
|
|
|
userIdentity.setAuthentication(UserAuthentication.AUTHENTICATION.getCode());
|
|
userIdentity.setAuthentication(UserAuthentication.AUTHENTICATION.getCode());
|
|
|
}
|
|
}
|
|
|
if (res.getError().isEmpty()) {
|
|
if (res.getError().isEmpty()) {
|