|
@@ -364,6 +364,9 @@ public class ProductInfoServiceImpl extends ServiceImpl<ProductInfoMapper, Produ
|
|
|
ObsFileUtil.editFile(productInfoDto.getFileList(), productInfoDto.getId());
|
|
|
ObsFileUtil.editFile(productInfoDto.getProdFileList(), productInfoDto.getId(), 2);
|
|
|
|
|
|
+ //bom附件
|
|
|
+ ObsFileUtil.editFile(productInfoDto.getBomFileList(), productInfoDto.getId(), 10);
|
|
|
+
|
|
|
//保存物料信息
|
|
|
List<ProductBomDetail> productBomDetailList = productInfoDto.getProductBomDetailList();
|
|
|
if (ObjectUtil.isNull(productBomDetailList)) {
|