洪城义警-正式版后台
zengh
2022-02-19 bf617a84938f6b6c6facb9fa77889f53fc0c27e6
src/main/java/org/springblade/modules/auth/utils/TokenUtil.java
@@ -104,6 +104,7 @@
            .set(TokenConstant.DEPT_ID, user.getDeptId())
            .set(TokenConstant.POST_ID, user.getPostId())
            .set(TokenConstant.ROLE_ID, user.getRoleId())
            .set("jurisdiction", user.getJurisdiction())
            .set(TokenConstant.OAUTH_ID, userInfo.getOauthId())
            .set(TokenConstant.ACCOUNT, user.getAccount())
            .set(TokenConstant.USER_NAME, user.getAccount())