Selaa lähdekoodia

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

tianboguang 2 vuotta sitten
vanhempi
commit
953b5760c0

+ 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缺少必要文件,生成失败!");