|
@@ -1463,7 +1463,7 @@ public class SceneFileBuildServiceImpl extends ServiceImpl<ISceneFileBuildMapper
|
|
|
String buildType = scenePlusExt.getBuildType();
|
|
|
|
|
|
String e57FileKey = SceneUtil.getHomePath(path) + "input.e57";
|
|
|
- if(fYunFileService.fileExist(e57FileKey)){
|
|
|
+ if(!fYunFileService.fileExist(e57FileKey)){
|
|
|
return ResultData.error(ErrorCode.FAILURE_CODE_5074);
|
|
|
}
|
|
|
|