Parcourir la source

Merge branch 'kuaiyingyong' into kuaiyingyong_wcc

Wang Chen il y a 4 ans
Parent
commit
90b72d930b

+ 1 - 1
app/Http/Controllers/QuickApp/Book/Transformers/BookTransformer.php

@@ -30,7 +30,7 @@ class BookTransformer
             'charge_type' =>  $book->charge_type ?? '',
             'force_subscribe_chapter_id' => $book->force_subscribe_chapter_seq,
             'update_time' => $book->updated_at ?? '',
-            'is_on_shelf' => $book->is_on_shelf ?? 0,
+            // 'is_on_shelf' => $book->is_on_shelf ?? 0,
             'book_price' => $book->price ?? 0,
             'keyword' => $book->keyword,
             'recommend_index' => $book->recommend_index,