|
@@ -792,7 +792,7 @@ public class SceneProServiceImpl extends ServiceImpl<ISceneProMapper, ScenePro>
|
|
|
|
|
|
//检测文件
|
|
|
String floorsJsonPath = meshPath + File.separator + "floors.json";
|
|
|
- if(FileUtil.exist(floorsJsonPath)){
|
|
|
+ if(!FileUtil.exist(floorsJsonPath)){
|
|
|
throw new BusinessException(ErrorCode.FAILURE_CODE_5068);
|
|
|
}
|
|
|
String floorsJsonStr = FileUtil.readUtf8String(floorsJsonPath);
|