Commit 82ee6949 by Lem

资讯加图片

parent ae1a9b36
......@@ -25,6 +25,7 @@ public class ArticleSearchResponse {
private Integer id;
private String title;
private String dateTime;
private String imgArticle;
}
}
......@@ -548,6 +548,7 @@ public class ArticleServiceImpl implements ArticleService {
.id(article.getId())
.dateTime(DateUtil.format(article.getReleaseTime(), DateUtil.MDHM_))
.title(article.getTitle())
.imgArticle(article.getPicUrl())
.build());
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment