master
parent
c3f489ece7
commit
48736c4c3d
|
@ -264,7 +264,7 @@ namespace IRaCIS.Application.Services
|
||||||
}).ToList();
|
}).ToList();
|
||||||
|
|
||||||
|
|
||||||
|
detailList = detailList.OrderBy(x => x.ShowCodeOrder).ThenBy(x => x.ShowTypeOrder).ToList();
|
||||||
|
|
||||||
detailList.AddRange(adjList);
|
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;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue