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>
标签: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>
标签:sql select highlight style str gpo parameter color where
原文地址:http://www.cnblogs.com/lyb0103/p/8030034.html