|
@@ -457,12 +457,11 @@ public class SceneCopyServiceImpl implements ISceneCopyService {
|
|
|
String newResultPath = String.format(SceneResourcePath.SCENE_RESULT_DATA_PATH, newNum);
|
|
|
fYunFileServiceInterface.copyFileInBucket(oldResultPath, newResultPath);
|
|
|
|
|
|
- // 拷贝本地资源
|
|
|
- String oldPath = SceneResourcePath.nasBasePath + oldNum;
|
|
|
- String newPath = SceneResourcePath.nasBasePath + newNum;
|
|
|
- if(new File(oldPath).exists()){
|
|
|
- FileUtil.copyContent(new File(oldPath), new File(newPath),true);
|
|
|
- }
|
|
|
+// String oldPath = SceneResourcePath.nasBasePath + oldNum;
|
|
|
+// String newPath = SceneResourcePath.nasBasePath + newNum;
|
|
|
+// if(new File(oldPath).exists()){
|
|
|
+// FileUtil.copyContent(new File(oldPath), new File(newPath),true);
|
|
|
+// }
|
|
|
String oldPath_v4 = SceneResourcePath.nasBasePath_v4 + oldNum;
|
|
|
String newPath_v4 = SceneResourcePath.nasBasePath_v4 + newNum;
|
|
|
if(new File(oldPath_v4).exists()){
|