From a25c6cf241021ed60bb9e8de9dcdcc20940364f3 Mon Sep 17 00:00:00 2001 From: mahao Date: Sun, 8 Oct 2023 15:39:55 +0800 Subject: [PATCH] =?UTF-8?q?[177]=20=E4=B9=B0=E5=8D=95=E4=BB=B6=E6=AF=94?= =?UTF-8?q?=E5=AF=B9=E9=80=BB=E8=BE=91=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Services/Report/MaiDanBBACSaSeCompareExportService.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/src/Modules/SettleAccount/src/SettleAccount.Job/Services/Report/MaiDanBBACSaSeCompareExportService.cs b/code/src/Modules/SettleAccount/src/SettleAccount.Job/Services/Report/MaiDanBBACSaSeCompareExportService.cs index 03af169a..708de18b 100644 --- a/code/src/Modules/SettleAccount/src/SettleAccount.Job/Services/Report/MaiDanBBACSaSeCompareExportService.cs +++ b/code/src/Modules/SettleAccount/src/SettleAccount.Job/Services/Report/MaiDanBBACSaSeCompareExportService.cs @@ -100,7 +100,7 @@ namespace SettleAccount.Job.Services.Report #endregion #region 三次对比 - //pubSaSeCompareDiffs = ThreeCompare(pubSaSeCompareDiffs); + pubSaSeCompareDiffs = ThreeCompare(pubSaSeCompareDiffs); #endregion #region 结算数据处理 @@ -161,6 +161,7 @@ namespace SettleAccount.Job.Services.Report QtyHashCode = t.Select(t => t.SEQty.ToString()).Aggregate((current, index) => $"{current};{index}") }).ToList(); + //根据零件号、数量对比上数据的结算PN和发运PN对应关系 var matchPNs = new Dictionary(); haveSaNotHaveSeHashCodes.ForEach(haveSaNotHaveSeHashCode =>