@@ -4254,7 +4254,7 @@ public class SceneProServiceImpl extends ServiceImpl<ISceneProMapper, ScenePro>
FileUtils.delAllFile(target + File.separator + "results");
}
//下载data.fdage
- if("aws".equals(this.type)){
+ if(StorageType.AWS.code().equals(this.type)){
//亚马逊保持旧方式,超链接capture
CreateObjUtil.createSoftConnection(path + File.separator + "capture", target + File.separator + "capture");
@@ -0,0 +1,13 @@
+package com.fdkankan.scene.vo;
+
+/**
+ * <p>
+ * 保存场景关联全景图接口参数
+ * </p>
+ *
+ * @author dengsixing
+ * @since 2022/6/21
+ **/
+public class SaveRelaPanoParamVO extends BaseFileParamVO{
+}