Showing
1 changed file
with
1 additions
and
0 deletions
@@ -425,6 +425,7 @@ public class GrassArticleServiceImpl implements IGrassArticleService{ | @@ -425,6 +425,7 @@ public class GrassArticleServiceImpl implements IGrassArticleService{ | ||
425 | rspBo.setLabelList(labelMap.get(article.getId())); | 425 | rspBo.setLabelList(labelMap.get(article.getId())); |
426 | rspBo.setIsTop(article.getIsTop()); | 426 | rspBo.setIsTop(article.getIsTop()); |
427 | rspBo.setIsRecommend(article.getIsRecommend()); | 427 | rspBo.setIsRecommend(article.getIsRecommend()); |
428 | + rspBo.setAuthorizeAccount(article.getAuthorizeAccount()); | ||
428 | rspBoList.add(rspBo); | 429 | rspBoList.add(rspBo); |
429 | }); | 430 | }); |
430 | return rspBoList; | 431 | return rspBoList; |
-
Please register or login to post a comment