sandu-common/src/main/java/com/sandu/common/security/token/JwtTokenProvider.java
@@ -69,7 +69,7 @@ .compact(); String key = String.format("%d_%d", loginUserInfo.getUserId(), loginUserInfo.getAdministratorType()); redisService.set(key, token); redisService.set(key, token, 2592000); return token; }