|
@@ -148,7 +148,7 @@ public class CaseDownService {
|
|
|
if( redisUtil.hasKey(redisKey)){
|
|
|
String res = redisUtil.get(redisKey);
|
|
|
DownloadProcessVo downloadProcessVo = JSONObject.parseObject(res, DownloadProcessVo.class);
|
|
|
- if(downloadProcessVo.getStatus() != 1003 && (downloadProcessVo.getPercent()== null || downloadProcessVo.getPercent() != 100)){
|
|
|
+ if(downloadProcessVo.getStatus() ==1000 && (downloadProcessVo.getPercent()== null || downloadProcessVo.getPercent() != 100)){
|
|
|
return;
|
|
|
}
|
|
|
}
|