|
@@ -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));
|