master
he 2022-10-31 13:28:40 +08:00
parent c3f489ece7
commit 48736c4c3d
1 changed files with 2 additions and 2 deletions

View File

@ -264,7 +264,7 @@ namespace IRaCIS.Application.Services
}).ToList();
detailList = detailList.OrderBy(x => x.ShowCodeOrder).ThenBy(x => x.ShowTypeOrder).ToList();
detailList.AddRange(adjList);
@ -276,7 +276,7 @@ namespace IRaCIS.Application.Services
//});
returnModel.DetailList = detailList.OrderBy(x=>x.ShowCodeOrder).ThenBy(x=>x.ShowTypeOrder).ToList();
returnModel.DetailList = detailList;