@@ -25,8 +25,8 @@ class RecommendService
['is_show', '=', 1],
['channel', '=', $channel],
['subject', '=', $type]
- ])->select('bid')
- ->orderBy('sequence', 'asc')
- ->get();
+ ])->orderBy('sequence', 'asc')
+ ->pluck('bid')
+ ->all();
}