|
@@ -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);
|