Skip to content

Commit

Permalink
feat : 提供 获取用户加入的用户组、续期接口 #11136
Browse files Browse the repository at this point in the history
  • Loading branch information
fcfang123 committed Nov 1, 2024
1 parent b917f18 commit 1bcc437
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,7 @@ class RbacPermissionResourceMemberService(
dslContext = dslContext,
projectCode = projectCode,
iamGroupId = groupId,
expiredTime = DateTimeUtil.convertTimestampToLocalDateTime(expiredAt),
expiredTime = DateTimeUtil.convertTimestampToLocalDateTime(finalExpiredAt),
memberId = targetMember.id
)
}
Expand Down

0 comments on commit 1bcc437

Please sign in to comment.