chore: 构建
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user