|
|
@@ -41,7 +41,7 @@ public class GrowthRecommendationService {
|
|
|
m.put("title", a.getTitle());
|
|
|
m.put("summary", a.getSummary());
|
|
|
m.put("coverImage", a.getCoverImage());
|
|
|
- m.put("category", a.getCategory());
|
|
|
+ m.put("categoryId", a.getCategoryId());
|
|
|
m.put("growthCategory", a.getGrowthCategory());
|
|
|
m.put("publishedAt", a.getPublishedAt());
|
|
|
return m;
|