码迷,mamicode.com
首页 > 其他好文 > 详细

Parameter 'name' not found. Available parameters are [arg1, arg0, param1, param2]

时间:2019-02-10 09:26:58      阅读:254      评论:0      收藏:0      [点我收藏+]

标签:bsp   ble   解决方法   where   rom   src   .com   img   HERE   

技术图片技术图片

解决方法:

<select id="selectIf" resultType="student">
SELECT id,name,age,score
FROM t_student
WHERE 1=1
<if test="arg0 != null and arg0 !=‘‘">
AND name LIKE ‘%‘ #{arg0} ‘%‘
</if>
<if test="arg1>=0">
AND age >= #{arg1}
</if>

</select>

出现异常情况:技术图片

技术图片

技术图片

技术图片

技术图片

如果用where就不用写1=1操作了

技术图片

技术图片

技术图片

 

Parameter 'name' not found. Available parameters are [arg1, arg0, param1, param2]

标签:bsp   ble   解决方法   where   rom   src   .com   img   HERE   

原文地址:https://www.cnblogs.com/Koma-vv/p/10358566.html

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