Browse Source

Merge branch 'quickapp_fly' into kuaiyingyon_0820

fly 4 năm trước cách đây
mục cha
commit
32c3beddf3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/Modules/Book/Services/BookConfigService.php

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

@@ -529,7 +529,7 @@ class BookConfigService
             }
         }
         return FreeBook::where('bid', $bid)
-            ->where('config_id', $ids)
+            ->whereIn('config_id', $ids)
             ->where('is_enabled', 1)->exists();
     }
 }