12.动态SQL


12.动态SQL
12.动态SQL

  • if
<select id="queryBlogIF" parameterType="map" resultType="blog">
    select * from mybatis.blog where 1=1
  <if test="title!=null">and title=#{title}</if>
  <if test="author!=null">and author=#{author}</if>

原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/279812.html

(0)
上一篇 2022年8月11日
下一篇 2022年8月11日

相关推荐

发表回复

登录后才能评论