This commit is contained in:
hayu 2024-06-07 10:07:55 +08:00
parent 75895eaa56
commit 803baa19f0
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ public class SysLoginService {
throw new ServiceException("用户名不在指定范围");
}
// IP黑名单校验
// isBlackIp(username);
isBlackIp(username);
// 查询用户信息
R<LoginUser> userResult = remoteUserService.getUserInfo(username, SecurityConstants.INNER);