定时下载任务重复下载问题

pro
anthonywj 2 years ago
parent 3c98777e20
commit 723c863bb2

@ -199,7 +199,7 @@ public class ThrProductsServiceImpl extends ServiceImpl<ThrProductsDao, ThrProdu
}
}
});
if (list.size() >= limit) {
if (list.size() >= limit && !baseResponse.getData().getTotal().equals(-666)) {
page++;
} else {
break;

Loading…
Cancel
Save