MyBatis 动态SQL
摘要:
if <select id="findActiveBlogWithTitleLike" resultType="Blog"> SELECT * FROM BLOG WHERE state = ‘ACTIVE’ <if test="title != null"> AND title like #{ti 阅读全文
posted @ 2020-02-07 18:51 王行行 阅读(160) 评论(0) 推荐(0)
posted @ 2020-02-07 18:51 王行行 阅读(160) 评论(0) 推荐(0)