码迷,mamicode.com
首页 > 数据库 > 详细

Mybatis动态SQL单一基础类型参数用if标签

时间:2017-12-12 23:54:31      阅读:238      评论:0      收藏:0      [点我收藏+]

标签:sql   select   highlight   style   str   gpo   parameter   color   where   

Mybatis动态SQL单一基础类型参数用if标签时,test中应该用 _parameter,如:

<select id="selectByName" resultMap="ResultMap" parameterType="java.lang.String" >  
    select * from table1  
    <if test="_parameter != null">  
        where _name = #{name}  
    </if>  
</select>  

  

Mybatis动态SQL单一基础类型参数用if标签

标签:sql   select   highlight   style   str   gpo   parameter   color   where   

原文地址:http://www.cnblogs.com/lyb0103/p/8030034.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!