欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

not found. Available parameters are

程序员文章站 2022-07-13 15:51:04
...
错误描述:
Caused by: org.apache.ibatis.binding.BindingException: Parameter '__frch_item_0' not found. Available parameters are [param, param_key_page, param1, param2]


解决:
<foreach collection="param.ids" index="_nums" item="item" separator=",">
   #{param.ids[${_nums}]}
</foreach>



参考:
https://segmentfault.com/q/1010000000643424
相关标签: ibatis mybatis