|
|
@ -237,6 +237,10 @@ public class ThrProductsAddDiController {
|
|
|
|
udiProductEntity.setCatalogname3(thrProductsAddDiEntity.getCatalogname3());
|
|
|
|
udiProductEntity.setCatalogname3(thrProductsAddDiEntity.getCatalogname3());
|
|
|
|
udiProductEntity.setMatrial(thrProductsAddDiEntity.getMatrial());
|
|
|
|
udiProductEntity.setMatrial(thrProductsAddDiEntity.getMatrial());
|
|
|
|
udiProductEntity.setDiType(1);
|
|
|
|
udiProductEntity.setDiType(1);
|
|
|
|
|
|
|
|
if (thrProductsAddDiEntity.getProductsType() != null){
|
|
|
|
|
|
|
|
udiProductEntity.setProductsType(thrProductsAddDiEntity.getProductsType());
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BeanUtil.copyProperties(udiProductEntity, udiRelevanceEntity);
|
|
|
|
BeanUtil.copyProperties(udiProductEntity, udiRelevanceEntity);
|
|
|
|
udiRelevanceEntity.setGroupBuy(thrProductsAddDiEntity.getGroupBuy());
|
|
|
|
udiRelevanceEntity.setGroupBuy(thrProductsAddDiEntity.getGroupBuy());
|
|
|
|