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
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
推荐阅读
-
【解决】could not find an available, non-overlapping IPv4 address pool among the defaults to assign to the network
-
Caused by SSLError("Can’t connect to HTTPS URL because the SSL module is not available)
-
PDO版本问题 Invalid parameter number: no parameters were bound
-
asp.net Parameters.AddWithValue方法在SQL语句的 Where 字句中的用法
-
[译]C# 7系列,Part 8: in Parameters in参数
-
ORA-27300: OS system dependent operation:sendmsg failed with status: 105 ORA-27301: OS failure message: No buffer space available
-
error: style attribute ‘@android:attr/windowEnterAnimation’ not found.
-
AndroidStudio报错:Could not download gradle.jar:No cacahed version available for offline mode
-
springboot整合websocket后运行测试类报错:javax.websocket.server.ServerContainer not available
-
Linux centOS编译安装Apache报APR not found.错误的解决办法