|
@@ -152,7 +152,7 @@ public class SceneCommonService {
|
|
|
String localPath = SceneResourcePath.nasBasePath + ossStatusJsonPath;
|
|
|
File file = new File(localPath);
|
|
|
if(!file.getParentFile().exists()){
|
|
|
- file.mkdirs();
|
|
|
+ file.getParentFile().mkdirs();
|
|
|
}
|
|
|
String fileContent = fYunFileServiceInterface.getFileContent(ossStatusJsonPath);
|
|
|
if(StringUtils.isNotBlank(fileContent)){
|