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

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++; page++;
} else { } else {
break; break;

Loading…
Cancel
Save