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