Commit cc328ab5 by 段启岩

修改博客列表详情SQL

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