|
@@ -330,7 +330,8 @@ class BookConfigService
|
|
|
// ->where('book_configs.is_high_quality',1)
|
|
|
->where('book_categories.pid', $channel)
|
|
|
->orderBy('book_configs.is_high_quality', 'desc')
|
|
|
- ->inRandomOrder()
|
|
|
+ // ->inRandomOrder()
|
|
|
+ ->orderBy('book_configs.recommend_index', 'desc')
|
|
|
->limit($supplement_count)
|
|
|
->pluck('book_configs.bid')->all();
|
|
|
return array_filter(array_merge($bid_list, $rand_bid));
|