修改排序2
continuous-integration/drone/push Build is passing Details

Test_IRC_Net8
hang 2025-08-06 10:59:20 +08:00
parent 677a7f7bd7
commit d95158913e
1 changed files with 1 additions and 1 deletions

View File

@ -512,7 +512,7 @@ namespace IRaCIS.Core.Application.Services
var defalutSortArray = new string[] { nameof(UnionDocumentWithConfirmInfoView.IsDeleted), nameof(UnionDocumentWithConfirmInfoView.CreateTime) + " desc", nameof(UnionDocumentWithConfirmInfoView.ConfirmTime) };
var result = await unionQuery.ToPagedListAsync(inQuery);
var result = await unionQuery.ToPagedListAsync(inQuery, defalutSortArray);
//Concat 不能用导航属性
var sysids = result.CurrentPageData.Where(t => t.IsSystemDoc == true).Select(t => t.Id).ToList();