新版
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user