瀏覽代碼

yunqi bugs

zz 6 年之前
父節點
當前提交
010ef55de6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Modules/Book/Services/BookService.php

+ 1 - 1
app/Modules/Book/Services/BookService.php

@@ -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;