chore: 构建

This commit is contained in:
陈淳
2024-01-11 10:24:43 +08:00
parent 6ae73e6c2b
commit 90a5a14d30

View File

@@ -66,7 +66,7 @@ namespace Yi.Framework.Rbac.Application.Services.System
.LeftJoin<DeptEntity>((user, dept) => user.DeptId == dept.Id)
.OrderByDescending(user => x.CreationTime)
.OrderByDescending(user => user.CreationTime)
.Select((user, dept) => new UserGetListOutputDto(), true)
.ToPageListAsync(input.SkipCount, input.MaxResultCount, total);