|
@@ -146,7 +146,7 @@ public class ContractFlow extends FlowDelegate {
|
|
|
//保存设计稿图
|
|
|
ObsFileUtil.editFile(cp.getFileList(), cp.getId());
|
|
|
//保存生产源文件
|
|
|
- ObsFileUtil.editFile(cp.getProdFileList(), cp.getId(), 1);
|
|
|
+ ObsFileUtil.copyFileAndSave(cp.getProdFileList(), cp.getId(), 1);
|
|
|
// String prodFilePath = cp.getProdFilePath();
|
|
|
// if (ObjectUtil.isNotEmpty(prodFilePath) && prodFilePath.startsWith("/temp")) {
|
|
|
// String targetFolderPath = String.format("/contractProduct/%s", cp.getId());
|