瀏覽代碼

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

dengsixing 3 年之前
父節點
當前提交
a5fe9d36bb

+ 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);
         }