master
黄欣 5 years ago
parent 49c2d115ab
commit d16705c528

@ -214,6 +214,7 @@ public class ArticleSerivceImpl implements ArticleSerive {
articleVo.setState(article.getState());
articleVo.setCreateDateTime(article.getCreateDateTime());
articleVo.setVideoUrl(article.getVideoUrl());
articleVo.setIsRecommend(article.getIsRecommend());
if (null != firstCategory ){
articleVo.setFirstCategoryName(firstCategory.getName());
articleVo.setFirstLevel(firstCategory.getLevel());

Loading…
Cancel
Save