Browse Source

Merge branch 'hotfix-全景图去掉s3创建软连接逻辑-20230112-dsx' into release

dsx 2 năm trước cách đây
mục cha
commit
c01f2e5991

+ 4 - 4
src/main/java/com/fdkankan/scene/service/impl/SceneEditInfoServiceImpl.java

@@ -1980,10 +1980,10 @@ public class SceneEditInfoServiceImpl extends ServiceImpl<ISceneEditInfoMapper,
             cn.hutool.core.io.FileUtil.del(resultPath);
         }
         //下载data.fdage
-        if(FYunTypeEnum.AWS.code().equals(this.fyunType)){
-            //亚马逊保持旧方式,超链接capture
-            CreateObjUtil.createSoftConnection(path + File.separator + "capture", capturePath);
-        }
+//        if(FYunTypeEnum.AWS.code().equals(this.fyunType)){
+//            //亚马逊保持旧方式,超链接capture
+//            CreateObjUtil.createSoftConnection(path + File.separator + "capture", capturePath);
+//        }
         fYunFileService.downloadFile(ConstantFilePath.OSS_PREFIX + path.replace(ConstantFilePath.BUILD_MODEL_PATH, "") + "/data.fdage", capturePath + "/data.fdage");
         CreateObjUtil.build3dModel(target , "1");