2021与蓝度共同重构项目,服务端
fix
zhanzhiqin
2022-05-12 9f21969b69703a35bde9d659be19f3e39795010d
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;
    }