【修改】 xmlbeans 使用版本
This commit is contained in:
@@ -120,7 +120,7 @@ public class AdminAuthServiceImpl implements AdminAuthService {
|
||||
// 校验账号是否存在
|
||||
AdminUserDO user = userService.getUserByUsername(username);
|
||||
// 校验昵称是否匹配
|
||||
if (user.getNickname().equals(nickname)) {
|
||||
if (!user.getNickname().equals(nickname)) {
|
||||
throw exception(AUTH_LOGIN_NICKNAME_NOT);
|
||||
}
|
||||
// 校验是否禁用
|
||||
|
Reference in New Issue
Block a user