Pārlūkot izejas kodu

Merge branch 'hotfix-34898-20230223-dsx' into test

dsx 2 gadi atpakaļ
vecāks
revīzija
6b65c38253

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

@@ -1238,7 +1238,8 @@ public class SceneProServiceImpl extends ServiceImpl<ISceneProMapper, ScenePro>
                 || CollUtil.isEmpty(fYunFileService.listRemoteFiles(ossResultPath + "caches/depthmap"))
                 || CollUtil.isEmpty(fYunFileService.listRemoteFiles(ossResultPath + "caches/depthmap_csc"))
                 || !fYunFileService.fileExist(ossResultPath + "caches/panorama.json")
-                || !fYunFileService.fileExist(ossResultPath + "results/laserData/laser.ply")){
+                || !fYunFileService.fileExist(ossResultPath + "results/laserData/laser.ply")
+                || !fYunFileService.fileExist(ossResultPath + "caches/floor_group_fix.json")){
             throw new BusinessException(SceneConstant.FAILURE_CODE_5038, SceneConstant.FAILURE_MSG_5038);
         }
 //        String path = scenePlusExt.getDataSource();