|
@@ -115,7 +115,7 @@ public class DownService implements IDownService {
|
|
|
}
|
|
|
String redisKeyProcess = RedisKey.PREFIX_DOWNLOAD_PROGRESS_V4;
|
|
|
// 刪除下载进度
|
|
|
- redisUtil.del(redisKeyProcess);
|
|
|
+ redisUtil.del(String.format(redisKeyProcess,sceneNum));
|
|
|
DownVo downVo = new DownVo();
|
|
|
|
|
|
String redisKey = RedisKey.SCENE_DOWNLOADS_TASK_V4;
|