小程序登录修改
This commit is contained in:
parent
83a10ecb37
commit
aad6f8a6b8
|
|
@ -56,7 +56,7 @@ public class UserAuthorizationServiceImpl implements UserAuthorizationService {
|
|||
userInfo.setAlipayOpenId(openId);
|
||||
}
|
||||
|
||||
if (StatusEnum.DISABLE.value() == userInfo.getStatus()) {
|
||||
if (userInfo.getStatus() != null && StatusEnum.DISABLE.value() == userInfo.getStatus()) {
|
||||
throw new CzgException("账号已禁用");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue