Skip to content

Commit

Permalink
feat:用户个人视角 权限管理优化 TencentBlueKing#11138
Browse files Browse the repository at this point in the history
  • Loading branch information
fcfang123 committed Nov 18, 2024
1 parent 05e5c84 commit d01a9ac
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,8 @@ class RbacPermissionManageFacadeServiceImpl(
// 用户组成员详情
val groupMemberDetailMap = getGroupMemberDetailMap(
memberId = memberId,
resourceGroupMembers = resourceGroupMembers
resourceGroupMembers = resourceGroupMembers,
operateChannel = operateChannel
)
val records = mutableListOf<GroupDetailsInfoVo>()
resourceGroupMembers.forEach {
Expand Down Expand Up @@ -200,6 +201,7 @@ class RbacPermissionManageFacadeServiceImpl(
}
}
}

else -> {
// 管理员视角,获取组织直接加入的用户组
val deptGroupIds = deptGroups.map { it.iamGroupId }
Expand Down

0 comments on commit d01a9ac

Please sign in to comment.