From 9025e7cbcec7fe36aedd3b73914dec862bfe4441 Mon Sep 17 00:00:00 2001 From: mahao Date: Thu, 28 Sep 2023 09:20:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=87=E4=BB=B6=E6=AF=94=E5=AF=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Services/Report/PubSaSeCompareExportService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/src/Modules/SettleAccount/src/SettleAccount.Job/Services/Report/PubSaSeCompareExportService.cs b/code/src/Modules/SettleAccount/src/SettleAccount.Job/Services/Report/PubSaSeCompareExportService.cs index fbfdced1..dab85f7e 100644 --- a/code/src/Modules/SettleAccount/src/SettleAccount.Job/Services/Report/PubSaSeCompareExportService.cs +++ b/code/src/Modules/SettleAccount/src/SettleAccount.Job/Services/Report/PubSaSeCompareExportService.cs @@ -567,7 +567,7 @@ namespace SettleAccount.Job.Services.Report var replaceLu = replaceLus.FirstOrDefault(t => t.PN == haveSaHaveSe.PN && t.FactoryPartCode == haveSaHaveSe.SaFactoryPartCode); if (replaceLu != null) { - haveSaHaveSe.SaCustomerPartCode = string.Join(",", replaceLu.LU); + haveSaHaveSe.SaCustomerPartCode = haveSaHaveSe.CustomerPartCode = string.Join(",", replaceLu.LU); } }); }