--图书分类
This commit is contained in:
@@ -59,18 +59,6 @@ public class BookController {
|
||||
|
||||
return R.ok().put("page", page);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* 信息
|
||||
*/
|
||||
@@ -92,8 +80,7 @@ public class BookController {
|
||||
@PathVariable("userId") Integer userId) {
|
||||
|
||||
|
||||
System.out.println("++++++id"+id);
|
||||
System.out.println("++++++userId"+userId);
|
||||
|
||||
// 判断用户是否够买书籍
|
||||
|
||||
BookEntity book = bookService.getById(id);
|
||||
|
||||
Reference in New Issue
Block a user