|
@@ -224,8 +224,10 @@ public class BuildScenePostServiceImpl implements IBuildScenePostService {
|
|
|
|
|
|
Map<String, String> newUploadFiles = this.uploadFileMapHandler(sceneCode, cameraType, uploadFiles);
|
|
|
|
|
|
+ // TODO: 2022/5/26 下载全景图采用打包本地文件的方式,这里应该是不需要上传到oss了,暂时保留代码并注释掉------start
|
|
|
//上传计算结果中的caches/images和caches/videos
|
|
|
- this.uploadCaches(sceneCode, uploadFiles, path);
|
|
|
+// this.uploadCaches(sceneCode, uploadFiles, path);
|
|
|
+ // TODO: 2022/5/26 下载全景图采用打包本地文件的方式,这里应该是不需要上传到oss了,暂时保留代码并注释掉------end
|
|
|
|
|
|
//上传全景图俯视图
|
|
|
this.uploadFloorCad(path, sceneCode, newUploadFiles);
|