From 48736c4c3d177e79950d4a1db63a8b7c432e773c Mon Sep 17 00:00:00 2001 From: he <10978375@qq.com> Date: Mon, 31 Oct 2022 13:28:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IRaCIS.Core.Application/Financial/FinancialService.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/IRaCIS.Core.Application/Financial/FinancialService.cs b/IRaCIS.Core.Application/Financial/FinancialService.cs index 536db5a..8a91d43 100644 --- a/IRaCIS.Core.Application/Financial/FinancialService.cs +++ b/IRaCIS.Core.Application/Financial/FinancialService.cs @@ -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;