@@ -389,6 +389,9 @@ public class DownService implements IDownService {
if(vo.getStatus() == 3){
downVo.setDownloadStatus(1);
}
+ if(vo.getStatus() == -1){
+ downVo.setDownloadStatus(-1);
+ }
return downVo;