This commit is contained in:
wangjinlei
2023-09-22 11:48:00 +08:00
parent 83b57c6604
commit 717bb8d0ef

View File

@@ -204,7 +204,7 @@ public class BookController {
for (UserEbookBuyEntity b :bookids){
bids.add(b.getBookId());
}
Integer start = (page-1)*limit;
// Integer start = (page-1)*limit;
QueryWrapper<BookEntity> wrapper = new QueryWrapper<>();
wrapper.eq("can_listen",1);
wrapper.notIn("id",bids);