用户登录问题修改
This commit is contained in:
parent
061e62431e
commit
34ec691786
|
|
@ -280,7 +280,7 @@ public class PasswordValidatorService {
|
|||
}
|
||||
}
|
||||
|
||||
public void ipFilter(SysUser user){
|
||||
public void processLoginBlackList(SysUser user){
|
||||
// 获取黑名单列表
|
||||
List<Map<String, Object>> cacheList = redisService.getCacheObject(CacheConstants.SYS_LOGIN_BLACKIPLIST);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue