소스 검색

Merge branch 'feature-3dtiles-修改生成obj逻辑-lxh' into test

tianboguang 2 년 전
부모
커밋
953b5760c0
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/main/java/com/fdkankan/ucenter/service/impl/SceneProServiceImpl.java

+ 1 - 0
src/main/java/com/fdkankan/ucenter/service/impl/SceneProServiceImpl.java

@@ -1142,6 +1142,7 @@ public class SceneProServiceImpl extends ServiceImpl<ISceneProMapper, ScenePro>
                 || !new File(path + "/caches/images").exists()
                 || !new File(path + "/caches/depthmap").exists()
                 || !new File(path + "/caches/depthmap_csc").exists()
+                || !new File(path + "caches/floor_group_fix.json").exists()
                 || !new File(path + "/caches/panorama.json").exists()
                 || !new File(path + "/results/laserData/laser.ply").exists()) {
             log.error("生成obj缺少必要文件,生成失败!");