|
@@ -269,12 +269,6 @@ public class BuildSceneServiceImpl implements IBuildSceneService {
|
|
|
Company company = !ObjectUtils.isEmpty(cameraDetail.getCompanyId()) ? companyService.getById(cameraDetail.getCompanyId()) : null;
|
|
|
|
|
|
if (cameraType == 14) {
|
|
|
- // 如果是激光场景,上传全景文件到V3路径,激光系统上线后,可不用上传
|
|
|
- String imagePath = String.format(UploadFilePath.IMG_VIEW_PATH, sceneCode);
|
|
|
- String V3ImagePath = String.format(ConstantFilePath.IMAGE_PATH_FORMAT, sceneCode);
|
|
|
- uploadFiles.entrySet().stream().filter(entry -> entry.getValue().contains(imagePath)).forEach(entry -> {
|
|
|
- fYunFileService.uploadFile(entry.getKey(), entry.getValue().replace(imagePath, V3ImagePath));
|
|
|
- });
|
|
|
//计算成功 激光转台相机 同步 请求
|
|
|
fdkkLaserService.syncBuildResult(scenePlus.getNum(), scenePlusExt.getDataSource(),scenePlus.getCreateTime());
|
|
|
sceneEditControlsService.update(new LambdaUpdateWrapper<SceneEditControls>().set(SceneEditControls::getShowMap,0)
|