|
|
@@ -189,6 +189,7 @@ public class IndexService {
|
|
|
OrganizationUserModel userModel = userAccountService.toOrgUserModel(organizationUser);
|
|
|
tokenModel.setUserInfo(userModel);
|
|
|
|
|
|
+ // 得到用户在企业的权限列表
|
|
|
ResultContent<Set<String>> authContent = roleServiceImpl.getOrganizationAuth(organization.getOid());
|
|
|
if (authContent.isSuccess()) {
|
|
|
tokenModel.setAuths(authContent.getContent());
|