Commit 9c92d08a by 段启岩

BlogMapper添加用户昵称和评论数量字段

parent 8d06a757
......@@ -5,6 +5,8 @@
<resultMap id="blogWithTagsResultMap" type="cn.meteor.beyondclouds.modules.blog.entity.Blog">
<id property="blogId" column="blog_id"/>
<result property="userId" column="user_id"/>
<result property="userNick" column="user_nick"/>
<result property="commentNumber" column="comment_number"/>
<result property="categoryId" column="category_id"/>
<result property="category" column="category"/>
<result property="blogTitle" column="blog_title"/>
......
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