@@ -96,7 +96,7 @@ class BookService
'books.status','books.chapter_count','books.size','books.last_chapter','book_configs.book_name as name',
'book_configs.cover','book_configs.force_subscribe_chapter_seq','book_configs.charge_type','book_configs.roles'
)
- ->where('id',$bid)
+ ->where('books.id',$bid)
->first();
if(!$new_yunqi_book){
return -2;