登录bug

This commit is contained in:
齐天大圣 2024-04-30 09:56:13 +08:00
parent 382ac53cc1
commit 5a10249514

View File

@ -121,7 +121,7 @@ public class TokenUtil {
if (accountInfo == null) { if (accountInfo == null) {
return; return;
} }
RedisUtil.set(Constants.SESSION_ADMIN_USER + accountInfo.getToken(), accountInfo, TOKEN_OVER_TIME); RedisUtil.set(Constants.SESSION_ADMIN_USER + accountInfo.getToken(), accountInfo);
} }
/** /**