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:
@@ -162,7 +162,7 @@ public class SessionService {
|
||||
|
||||
loginDto = loginUserService.getFromCache(sessionId);
|
||||
} catch (Exception e) {
|
||||
log.warn("会话已过期 {}", sessionId);
|
||||
log.warn("会话已过期 {}", sessionId, e);
|
||||
logout(sessionId);
|
||||
throw new BizException("invalidToken", "会话已过期,请重新登录");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user