|
@@ -1290,7 +1290,7 @@ public class UserServiceImpl extends ServiceImpl<UserMapper, User> implements IU
|
|
|
}
|
|
|
|
|
|
if(Validator.isEmpty(user)){
|
|
|
- throw new CustomException("请联系管理员!");
|
|
|
+ throw new CustomException("登录错误,请联系管理员!");
|
|
|
}
|
|
|
else if (UserStatus.DISABLE.getCode().equals(user.getStatus()))
|
|
|
{
|
|
@@ -1439,7 +1439,7 @@ public class UserServiceImpl extends ServiceImpl<UserMapper, User> implements IU
|
|
|
}
|
|
|
|
|
|
if(Validator.isEmpty(user)){
|
|
|
- throw new CustomException("账号未注册,请联系管理员!");
|
|
|
+ throw new CustomException("登录错误,请联系管理员!");
|
|
|
}
|
|
|
else if (UserStatus.DISABLE.getCode().equals(user.getStatus()))
|
|
|
{
|