|
|
@ -89,6 +89,7 @@ public class ThrProductsDlService {
|
|
|
|
item -> {
|
|
|
|
item -> {
|
|
|
|
ThrProductsImportDetailEntity thrProductsImportDetailEntity = new ThrProductsImportDetailEntity();
|
|
|
|
ThrProductsImportDetailEntity thrProductsImportDetailEntity = new ThrProductsImportDetailEntity();
|
|
|
|
BeanUtils.copyProperties(item, thrProductsImportDetailEntity);
|
|
|
|
BeanUtils.copyProperties(item, thrProductsImportDetailEntity);
|
|
|
|
|
|
|
|
thrProductsImportDetailEntity.setSpec(item.getStandard());
|
|
|
|
thrProductsImportDetailEntity.setThirdSysFk(thirdSys);
|
|
|
|
thrProductsImportDetailEntity.setThirdSysFk(thirdSys);
|
|
|
|
thrProductsImportDetailEntity.setGenKeyFk(thrProductsImportLogEntity.getGenKey());
|
|
|
|
thrProductsImportDetailEntity.setGenKeyFk(thrProductsImportLogEntity.getGenKey());
|
|
|
|
return thrProductsImportDetailEntity;
|
|
|
|
return thrProductsImportDetailEntity;
|
|
|
@ -445,6 +446,7 @@ public class ThrProductsDlService {
|
|
|
|
item -> {
|
|
|
|
item -> {
|
|
|
|
ThrProductsImportDetailEntity thrProductsImportDetailEntity = new ThrProductsImportDetailEntity();
|
|
|
|
ThrProductsImportDetailEntity thrProductsImportDetailEntity = new ThrProductsImportDetailEntity();
|
|
|
|
BeanUtils.copyProperties(item, thrProductsImportDetailEntity);
|
|
|
|
BeanUtils.copyProperties(item, thrProductsImportDetailEntity);
|
|
|
|
|
|
|
|
thrProductsImportDetailEntity.setSpec(item.getStandard());
|
|
|
|
thrProductsImportDetailEntity.setThirdSysFk(thirdSys);
|
|
|
|
thrProductsImportDetailEntity.setThirdSysFk(thirdSys);
|
|
|
|
thrProductsImportDetailEntity.setGenKeyFk(thrProductsImportLogEntity.getGenKey());
|
|
|
|
thrProductsImportDetailEntity.setGenKeyFk(thrProductsImportLogEntity.getGenKey());
|
|
|
|
return thrProductsImportDetailEntity;
|
|
|
|
return thrProductsImportDetailEntity;
|
|
|
|