Parcourir la source

Merge branch 'master' of jishutao/jitao-server into test

liliang4869 il y a 7 ans
Parent
commit
5adaa9629a

+ 1 - 1
src/main/java/com/goafanti/user/controller/UserApiController.java

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