Skip to content

Commit

Permalink
feat:用户个人视角 权限管理优化 #11138
Browse files Browse the repository at this point in the history
  • Loading branch information
fcfang123 committed Dec 25, 2024
1 parent 669a087 commit c82564c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ class AuthAuthorizationDao {
return with(TAuthResourceAuthorization.T_AUTH_RESOURCE_AUTHORIZATION) {
dslContext.selectFrom(this)
.where(buildQueryCondition(condition))
.orderBy(CREATE_TIME.desc())
.orderBy(HANDOVER_TIME.desc())
.let {
if (condition.page != null && condition.pageSize != null) {
it.limit((condition.page!! - 1) * condition.pageSize!!, condition.pageSize)
Expand Down

0 comments on commit c82564c

Please sign in to comment.