mirror of
https://gitee.com/bookshelfplus/bookshelfplus
synced 2025-10-10 01:35:14 +08:00
新增”添加网盘链接“功能
This commit is contained in:
@@ -171,7 +171,7 @@ public class BookController extends BaseController {
|
||||
Integer affectRows = 0;
|
||||
if (bookId == null || bookId == 0) {
|
||||
// 新增图书
|
||||
isDelete = false;
|
||||
// isDelete = false;
|
||||
affectRows = bookService.addBook(bookModel);
|
||||
} else {
|
||||
//修改图书
|
||||
|
Reference in New Issue
Block a user