Skip to content

Commit

Permalink
feat:用户个人视角 权限管理优化 #11138
Browse files Browse the repository at this point in the history
  • Loading branch information
fcfang123 committed Dec 19, 2024
1 parent ee57987 commit 7c8e720
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -977,7 +977,7 @@ class RbacPermissionManageFacadeServiceImpl(
}

private fun isNeedToRenewal(expiredAt: Long): Boolean {
return expiredAt < PERMANENT_EXPIRED_TIME
return expiredAt < PERMANENT_EXPIRED_TIME / 1000
}

override fun batchRenewalGroupMembersFromManager(
Expand Down

0 comments on commit 7c8e720

Please sign in to comment.