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