Skip to content

Commit

Permalink
feat:用户个人视角 权限管理优化 #11138
Browse files Browse the repository at this point in the history
  • Loading branch information
fcfang123 committed Dec 18, 2024
1 parent 1ddf467 commit fd9528b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ class AuthAuthorizationDao {
.set(HANDOVER_FROM_CN_NAME, resourceAuthorizationDto.handoverFromCnName)
.set(RESOURCE_NAME, resourceAuthorizationDto.resourceName)
.set(HANDOVER_TIME, handoverDateTime)
.where(CREATE_TIME.eq(UPDATE_TIME))
.execute()
}
}
Expand Down

0 comments on commit fd9528b

Please sign in to comment.