|
@@ -90,6 +90,16 @@ public class SupplierPriceServiceImpl extends ServiceImpl<SupplierPriceMapper, S
|
|
|
item.setProductName(product.getName());
|
|
|
item.setProductSpec(product.getSpec());
|
|
|
item.setProductUnit(product.getUnit());
|
|
|
+
|
|
|
+ item.setProductName(product.getName());
|
|
|
+ item.setProductLength(product.getLength());
|
|
|
+ item.setProductWidth(product.getWidth());
|
|
|
+ item.setProductHeight(product.getHeight());
|
|
|
+ item.setProductColor(product.getColor());
|
|
|
+
|
|
|
+ item.setProductNetWeight(product.getNetWeight());
|
|
|
+ item.setProductFrontalTexture(product.getFrontalTexture());
|
|
|
+ item.setProductReverseTexture(product.getReverseTexture());
|
|
|
});
|
|
|
|
|
|
productClassifyService.attributeAssign(records, SupplierPriceVo::getProductClassifyId, (item, productClassify) -> {
|