Commit cc328ab5 by 段启岩

修改博客列表详情SQL

parent 4d16a6f0
...@@ -36,8 +36,8 @@ ...@@ -36,8 +36,8 @@
on b.blog_id = bt.blog_id on b.blog_id = bt.blog_id
left join tag t left join tag t
on t.tag_id = bt.tag_id on t.tag_id = bt.tag_id
<if test="ew != null and ew.sqlSegment != null"> <if test="ew != null and ew.customSqlSegment != null">
where ${ew.sqlSegment} ${ew.customSqlSegment}
</if> </if>
</select> </select>
</mapper> </mapper>
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