Skip to content

Commit

Permalink
实现openapi RBAC权限版本 项目下用户组添加成员 #9093
Browse files Browse the repository at this point in the history
  • Loading branch information
fcfang123 committed Jul 18, 2023
1 parent e1045c5 commit 18826ce
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ class RbacAuthConfiguration {
authResourceGroupDao: AuthResourceGroupDao,
dslContext: DSLContext,
rbacCacheService: RbacCacheService,
deptService: DeptService,
permissionGradeManagerService: PermissionGradeManagerService
) = RbacPermissionProjectService(
authHelper = authHelper,
Expand All @@ -225,6 +226,7 @@ class RbacAuthConfiguration {
authResourceGroupDao = authResourceGroupDao,
dslContext = dslContext,
rbacCacheService = rbacCacheService,
deptService = deptService,
permissionGradeManagerService = permissionGradeManagerService
)

Expand Down

0 comments on commit 18826ce

Please sign in to comment.