|
@@ -325,7 +325,7 @@ class BookConfigService
|
|
|
->where('book_categories.pid',$channel)
|
|
|
->inRandomOrder()
|
|
|
->limit($supplement_count)
|
|
|
- ->get()->pluck('bid')->toArray();
|
|
|
+ ->pluck('book_configs.bid')->all();
|
|
|
return array_filter(array_merge($bid_list,$rand_bid));
|
|
|
}
|
|
|
}
|