fly %!s(int64=5) %!d(string=hai) anos
pai
achega
77bbd4f135
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      app/Modules/RecommendBook/Services/RecommendService.php

+ 3 - 3
app/Modules/RecommendBook/Services/RecommendService.php

@@ -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();
     }
 }