mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-09-16 01:01:39 +08:00
chore: 升级后端依赖
1.Spring Boot 2.7.10 => 2.7.15 2.Sa-Token 1.34.0 => 1.35.0.RC 3.MyBatis Plus 3.5.3.1 => 3.5.3.2 4.Easy Excel 3.2.1 => 3.3.2 5.Hutool 5.8.16 => 5.8.20 6.Knife4j 4.1.0 => 4.3.0 7.Redisson 3.20.0 => 3.20.1 8.ip2region 2.7.6 => 2.7.15 9.spotless 2.28.0 => 2.30.0
This commit is contained in:
@@ -67,7 +67,7 @@ public class OnlineUserServiceImpl implements OnlineUserService {
|
||||
for (String tokenKey : tokenKeyList) {
|
||||
String token = StrUtil.subAfter(tokenKey, StringConsts.COLON, true);
|
||||
// 忽略已过期或失效 Token
|
||||
if (StpUtil.stpLogic.getTokenActivityTimeoutByToken(token) < SaTokenDao.NEVER_EXPIRE) {
|
||||
if (StpUtil.stpLogic.getTokenActiveTimeoutByToken(token) < SaTokenDao.NEVER_EXPIRE) {
|
||||
continue;
|
||||
}
|
||||
// 检查是否符合查询条件
|
||||
|
Reference in New Issue
Block a user