...
|
...
|
@@ -425,6 +425,7 @@ public class GrassArticleServiceImpl implements IGrassArticleService{ |
|
|
rspBo.setLabelList(labelMap.get(article.getId()));
|
|
|
rspBo.setIsTop(article.getIsTop());
|
|
|
rspBo.setIsRecommend(article.getIsRecommend());
|
|
|
rspBo.setAuthorizeAccount(article.getAuthorizeAccount());
|
|
|
rspBoList.add(rspBo);
|
|
|
});
|
|
|
return rspBoList;
|
...
|
...
|
|