wangzq 2 tahun lalu
induk
melakukan
54d542e6d8
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      app/Modules/Book/Services/BookConfigService.php

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

@@ -321,7 +321,7 @@ class BookConfigService
             ->where('book_configs.is_on_shelf',2)
             ->where($where)
             ->whereNotIn('book_configs.cp_source',$hidden_cp)
-            ->where('book_configs.is_high_quality',1)
+            // ->where('book_configs.is_high_quality',1)
             ->where('book_categories.pid',$channel)
             ->inRandomOrder()
             ->limit($supplement_count)