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())