|
@@ -120,7 +120,7 @@ public class SceneCommonService {
|
|
|
fileContent = FileUtil.readUtf8String(file);
|
|
|
}
|
|
|
if("v4".equals(sceneVersion)){
|
|
|
- String ossStatusJsonPath = targetPath + "/" + fileName
|
|
|
+ String ossStatusJsonPath = targetPath + "/" + fileName;
|
|
|
if(!fYunFileServiceInterface.fileExist(ossStatusJsonPath)){
|
|
|
log.error("sceneCopy-error--ossFileExist:targetPath:{},oldNum:{},newNum:{}",ossStatusJsonPath,oldNum,newNum);
|
|
|
return;
|