wangzq 2 年之前
父节点
当前提交
54d542e6d8
共有 1 个文件被更改,包括 1 次插入1 次删除
  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)