jinlin
2024-01-29 7a0c5479c363a10f573aa15a54dc8130eabd47ff
zt/core/src/main/java/com/zt/security/service/SysUserTokenService.java
@@ -147,7 +147,7 @@
        CacheUtils.removeAll(Constant.Cache.TOKEN);
        //CacheUtils.remove(Constant.Cache.TOKEN,token);
        //CacheUtils.put(Constant.Cache.TOKEN,token,tokenEntity);
        User user = UserContext.getUser();
        SysUser user = sysUserService.get(userId);
        Integer secretClass = user.getSecretClass();
        Map<String, Object> map = new HashMap<>();
        map.put(Constant.Sys.TOKEN_HEADER, token);