在 mybatis 中 <if> </if>查询
在mybatis中<selectid="getTableByName"parameterType="map"resultType="xxxPojo">selectt.*f...
在 mybatis 中 <select id="getTableByName" parameterType="map" resultType="xxxPojo">
select t.* from table_1 t where 1=1
<if test="map.name != null">
and t.name=#{map.name}
</if>
</select> 为什么 当 name=null 的时候 查不出来全部的内容 展开
select t.* from table_1 t where 1=1
<if test="map.name != null">
and t.name=#{map.name}
</if>
</select> 为什么 当 name=null 的时候 查不出来全部的内容 展开
2个回答
2015-03-26
展开全部
<if test="accountID != 1">肆档这个没问题
下面的写法有问题吧,parameterType="int"这边已经说了参数缺雹饥类型了
accountid = #{accountID,jdbcType=INTEGER}这种用法没见过
直伏返接写accountid = #{accountID}
下面的写法有问题吧,parameterType="int"这边已经说了参数缺雹饥类型了
accountid = #{accountID,jdbcType=INTEGER}这种用法没见过
直伏返接写accountid = #{accountID}
追问
如果直接写 t.name=#{name} 当获取 name 查询的时候根本就查不出来了
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
应该是在当前的map.name这里的问题吧
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询