wangzq 2 rokov pred
rodič
commit
54d542e6d8

+ 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)