Browse Source

备件比对

master
mahao 1 year ago
parent
commit
9025e7cbce
  1. 2
      code/src/Modules/SettleAccount/src/SettleAccount.Job/Services/Report/PubSaSeCompareExportService.cs

2
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); var replaceLu = replaceLus.FirstOrDefault(t => t.PN == haveSaHaveSe.PN && t.FactoryPartCode == haveSaHaveSe.SaFactoryPartCode);
if (replaceLu != null) if (replaceLu != null)
{ {
haveSaHaveSe.SaCustomerPartCode = string.Join(",", replaceLu.LU); haveSaHaveSe.SaCustomerPartCode = haveSaHaveSe.CustomerPartCode = string.Join(",", replaceLu.LU);
} }
}); });
} }

Loading…
Cancel
Save