概述
<select id="findDataByCodes" resultMap="BaseResultMap" > select <include refid="this_list" /> from EDIIS_BLACK_LIST_UNIT t where 1=1 <if test="array !=null and array.length > 0"> and t.code in <foreach collection="array" item = "code" open="(" separator="," close=")" index="index"> #{code} </foreach> </if> </select>
切记,上面一个小问题搞了我几个小时,当用数组作为参数时候,参数名必须为“array”
最后
以上就是聪明乌冬面为你收集整理的MyBatis 使用数组作为参数的全部内容,希望文章能够帮你解决MyBatis 使用数组作为参数所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复