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