|
@@ -17,6 +17,6 @@ public interface ArticleMapper {
|
|
|
|
|
|
List<Article> relatedList(@Param("strings")List<String> strings,@Param("articleId")Integer articleId);
|
|
|
|
|
|
- @Select("select id,title,content,category_ids,create_time,product_id from article where id = #{id}")
|
|
|
+ @Select("select id,title,content,category_ids,create_time,product_id,profile from article where id = #{id}")
|
|
|
Article getArticleById(Integer id);
|
|
|
}
|