浏览代码

产品库问题处理

yzc 1 年之前
父节点
当前提交
c2cbd9fa80
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      hx-item/src/main/java/com/fjhx/item/service/product/impl/ProductInfoServiceImpl.java

+ 1 - 1
hx-item/src/main/java/com/fjhx/item/service/product/impl/ProductInfoServiceImpl.java

@@ -459,7 +459,7 @@ public class ProductInfoServiceImpl extends ServiceImpl<ProductInfoMapper, Produ
                 productCustomInfoDto.setId(IdWorker.getId());
             }
             productCustomInfoDto.setProductId(productInfoDto.getId());
-            ObsFileUtil.saveFile(productCustomInfoDto.getFileList(), productCustomInfoDto.getId());
+            ObsFileUtil.editFile(productCustomInfoDto.getFileList(), productCustomInfoDto.getId());
         }
 
         List<ProductCustomInfo> productCustomInfos = BeanUtil.copyToList(productCustomInfoList, ProductCustomInfo.class);