ソースを参照

下载全景图压缩包,不删除本地压缩包,用于调试

dengsixing 3 年 前
コミット
7222b78ee3

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

@@ -1095,7 +1095,7 @@ public class SceneEditInfoServiceImpl extends ServiceImpl<ISceneEditInfoMapper,
             uploadToOssUtil.uploadBySh(zipPath, String.format(cacheFormat, num) + downloadName);
             url = ossUrlPrefix + String.format(cacheFormat, num) + downloadName;
             //删除本地压缩包
-            FileUtils.deleteFile(zipPath);
+//            FileUtils.deleteFile(zipPath);
 //            //删除本地目录
 //            FileUtils.deleteDirectory(localImagesPath);
         }