|
@@ -304,6 +304,7 @@ public class ScenePlusServiceImpl extends ServiceImpl<IScenePlusMapper, ScenePlu
|
|
String oldPath = SceneResourcePath.nasBasePath + oldNum;
|
|
String oldPath = SceneResourcePath.nasBasePath + oldNum;
|
|
String newPath = SceneResourcePath.nasBasePath + newNum;
|
|
String newPath = SceneResourcePath.nasBasePath + newNum;
|
|
if(new File(oldPath).exists()){
|
|
if(new File(oldPath).exists()){
|
|
|
|
+ sceneCommonService.delLink(oldPath);
|
|
FileUtil.copyContent(new File(oldPath), new File(newPath),true);
|
|
FileUtil.copyContent(new File(oldPath), new File(newPath),true);
|
|
}
|
|
}
|
|
String oldPath_v4 = SceneResourcePath.nasBasePath_v4 + oldNum;
|
|
String oldPath_v4 = SceneResourcePath.nasBasePath_v4 + oldNum;
|