|
@@ -264,6 +264,11 @@ public class ProductInfoServiceImpl extends ServiceImpl<ProductInfoMapper, Produ
|
|
}
|
|
}
|
|
result.setProductCustomInfoList(productCustomInfoVos);
|
|
result.setProductCustomInfoList(productCustomInfoVos);
|
|
|
|
|
|
|
|
+
|
|
|
|
+ this.attributeAssign(Arrays.asList(result), ProductInfo::getAttrRawMaterialId, (item, product) -> {
|
|
|
|
+ item.setAttrRawMaterialName(product.getName());
|
|
|
|
+ });
|
|
|
|
+
|
|
return result;
|
|
return result;
|
|
}
|
|
}
|
|
|
|
|