This commit is contained in:
parent
75895eaa56
commit
803baa19f0
|
|
@ -69,7 +69,7 @@ public class SysLoginService {
|
||||||
throw new ServiceException("用户名不在指定范围");
|
throw new ServiceException("用户名不在指定范围");
|
||||||
}
|
}
|
||||||
// IP黑名单校验
|
// IP黑名单校验
|
||||||
// isBlackIp(username);
|
isBlackIp(username);
|
||||||
// 查询用户信息
|
// 查询用户信息
|
||||||
R<LoginUser> userResult = remoteUserService.getUserInfo(username, SecurityConstants.INNER);
|
R<LoginUser> userResult = remoteUserService.getUserInfo(username, SecurityConstants.INNER);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue