|
@@ -1233,7 +1233,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();
|