@@ -35,6 +35,7 @@ class CategoryRepository {
->where('topic.is_suggest',1)
->whereIn('category_topic.category_id',$ids)
->select('topic.id','topic.name','topic.is_suggest')
+ ->groupBy('topic.id')
->get();
}