|
@@ -158,7 +158,7 @@ public class DownService implements IDownService {
|
|
redisKey = RedisKey.PREFIX_DOWNLOAD_PROGRESS_V4;
|
|
redisKey = RedisKey.PREFIX_DOWNLOAD_PROGRESS_V4;
|
|
}
|
|
}
|
|
// 获取下载进度
|
|
// 获取下载进度
|
|
- String result = redisUtil.get(redisKey);
|
|
|
|
|
|
+ String result = redisUtil.get(String.format(redisKey,sceneNum));
|
|
if(StringUtils.isEmpty(result)){
|
|
if(StringUtils.isEmpty(result)){
|
|
return new DownloadProcessVo();
|
|
return new DownloadProcessVo();
|
|
}
|
|
}
|