This commit is contained in:
2023-11-15 14:49:58 +08:00
parent 8ccfcfa36d
commit c79954a375

View File

@@ -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());
}
}
}