dengsixing 8 月之前
父節點
當前提交
adf8c14726
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/java/com/fdkankan/scene/service/impl/SceneEditInfoServiceImpl.java

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

@@ -1422,7 +1422,7 @@ public class SceneEditInfoServiceImpl extends ServiceImpl<ISceneEditInfoMapper,
                     long end1 = Calendar.getInstance().getTimeInMillis();
                     log.info("打包耗时:" + (end1 - start));
                     //上传压缩包
-                    fYunFileService.uploadFileByCommand(bucket, zipPath, String.format(cacheFormat, num) + downloadName);
+                    fYunFileService.uploadFile(bucket, zipPath, String.format(cacheFormat, num) + downloadName);
                     String url = String.format(cacheFormat, num) + downloadName;
                     long end2 = Calendar.getInstance().getTimeInMillis();
                     log.info("上传耗时:" + (end2 - end1));