mirror of
https://codeup.aliyun.com/64f7d6b8ce01efaafef1e678/coal/coal.git
synced 2026-01-25 07:46:40 +08:00
bugfix
This commit is contained in:
@@ -147,7 +147,7 @@ public class LoginUserService extends BaseService<LoginUserEntity, LoginUserRepo
|
||||
if (CollectionUtils.isNotEmpty(list)) {
|
||||
log.info("删除过期会话 {} 个", list.size());
|
||||
for (LoginUserEntity user : list) {
|
||||
this.clearCache(user.getId());
|
||||
this.deleteLogin(user.getId());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user