Skip to content

Commit

Permalink
feat:提供项目管理相关openapi接口 TencentBlueKing#11231
Browse files Browse the repository at this point in the history
  • Loading branch information
fcfang123 committed Dec 3, 2024
1 parent 24ea875 commit ef29f51
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ class RbacPermissionResourceGroupSyncService @Autowired constructor(
)
verifyResults.forEach { (groupId, verifyResult) ->
if (verifyResult.belong == true && verifyResult.expiredAt > LocalDateTime.now().timestamp()) {
logger.info("The member of group needs to been renewed:$projectCode|$groupId|$memberId")
logger.info("The member of group needs to be renewed:$projectCode|$groupId|$memberId")
authResourceGroupMemberDao.update(
dslContext = dslContext,
projectCode = projectCode,
Expand Down

0 comments on commit ef29f51

Please sign in to comment.