Authored by mlge

种草文章审核列表--增加审核人账号

... ... @@ -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;
... ...