diff --git a/code/src/Modules/SettleAccount/src/SettleAccount.Job/Services/Report/JisBBACSaSeEdiCompareExportService.cs b/code/src/Modules/SettleAccount/src/SettleAccount.Job/Services/Report/JisBBACSaSeEdiCompareExportService.cs index 70c3b424..bda08fa0 100644 --- a/code/src/Modules/SettleAccount/src/SettleAccount.Job/Services/Report/JisBBACSaSeEdiCompareExportService.cs +++ b/code/src/Modules/SettleAccount/src/SettleAccount.Job/Services/Report/JisBBACSaSeEdiCompareExportService.cs @@ -302,7 +302,7 @@ namespace SettleAccount.Job.Services.Report var saSeCompareFullJoin = saSeCompareLeft.Union(saSeCompareRight).ToList(); var ediCheck = ediGroup.ToList(); - foreach (var item in saSeCompareFullJoin.Where(p => p.SaCustomerPartCode != null && p.SeCustomerPartCode == null)) + foreach (var item in saSeCompareFullJoin) { if (!string.IsNullOrEmpty(item.SaCustomerPartCode) && string.IsNullOrEmpty(item.SeCustomerPartCode)) {