添加用户购买的书籍
This commit is contained in:
@@ -79,7 +79,7 @@ public class BookMedicalRecordsController {
|
|||||||
new QueryWrapper<BookMedicalRecordsEntity>()
|
new QueryWrapper<BookMedicalRecordsEntity>()
|
||||||
.eq("book_id", params.get("bookId"))
|
.eq("book_id", params.get("bookId"))
|
||||||
.eq("del_flag","0")
|
.eq("del_flag","0")
|
||||||
.orderByDesc("sort"));
|
.orderByAsc("sort"));
|
||||||
return R.ok().put("page", page);
|
return R.ok().put("page", page);
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user