|
@@ -844,6 +844,7 @@ public class SceneProServiceImpl extends ServiceImpl<ISceneProMapper, ScenePro>
|
|
|
fYunFileServiceInterface.copyFileInBucket(sourcePath,targetPath);
|
|
|
File fileData = new File(SceneResourcePath.nasBasePath + sourcePath);
|
|
|
if(fileData.exists()){
|
|
|
+ log.info("--------------------------"+ targetPath.contains("images"));
|
|
|
if(targetPath.contains("images")){
|
|
|
sceneCommonService.delLink(fileData.getPath());
|
|
|
}
|