|
@@ -113,7 +113,9 @@ public class DownService implements IDownService {
|
|
|
if((sceneType == 4 || sceneType == 5) && isObj !=1){ //深时场景
|
|
|
return SSDownload(sceneNum,userId);
|
|
|
}
|
|
|
-
|
|
|
+ String redisKeyProcess = RedisKey.PREFIX_DOWNLOAD_PROGRESS_V4;
|
|
|
+ // 刪除下载进度
|
|
|
+ redisUtil.del(redisKeyProcess);
|
|
|
DownVo downVo = new DownVo();
|
|
|
|
|
|
String redisKey = RedisKey.SCENE_DOWNLOADS_TASK_V4;
|