Commit 4911a7c5 by 段启岩

修复博客推荐

parent c3267fb5
...@@ -52,6 +52,7 @@ ...@@ -52,6 +52,7 @@
t.tag_id, t.tag_id,
t.tag_name, t.tag_name,
t.tag_type, t.tag_type,
t.reference_count,
t.create_time, t.create_time,
t.update_time t.update_time
from blog b from blog b
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="cn.meteor.beyondclouds.modules.blog.mapper.BlogTagMapper"> <mapper namespace="cn.meteor.beyondclouds.modules.blog.mapper.BlogTagMapper">
<select id="selectRelatedBlogIds"> <select id="selectRelatedBlogIds" resultType="String">
select distinct (blog_id) select distinct (blog_id)
from blog_tag from blog_tag
where tag_id in where tag_id in
......
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