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); } }); }