|
@@ -226,7 +226,7 @@ public class SceneDownloadHandlerServiceImpl {
|
|
|
uploadToOssUtil.uploadBySh(zipPath, uploadPath);
|
|
|
|
|
|
//更新进度100
|
|
|
- String url = this.publicUrl + uploadPath;
|
|
|
+ String url = this.publicUrl + uploadPath + "?t=" + Calendar.getInstance().getTimeInMillis();
|
|
|
this.updateProgress(null, num, SceneDownloadProgressStatus.DOWNLOAD_SUCCESS.code(), url);
|
|
|
|
|
|
// TODO: 2022/5/24 v3 停止后要开启-----------------------start
|