Skip to content

Commit

Permalink
feat:支持管理员查看项目成员 #9620
Browse files Browse the repository at this point in the history
  • Loading branch information
fcfang123 committed Aug 14, 2024
1 parent 16299be commit 533547c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import java.time.LocalDateTime
@Repository
class AuthResourceSyncDao {

fun create(
fun createOrUpdate(
dslContext: DSLContext,
projectCode: String,
status: Int
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ class RbacPermissionResourceGroupSyncService @Autowired constructor(
val startEpoch = System.currentTimeMillis()
try {
logger.info("sync group and member|start:$projectCode")
authResourceSyncDao.create(
authResourceSyncDao.createOrUpdate(
dslContext = dslContext,
projectCode = projectCode,
status = AuthMigrateStatus.PENDING.value
Expand Down

0 comments on commit 533547c

Please sign in to comment.