nested exception is org.apache.ibatis.binding.BindingException: Parameter 'main' not found. Available parameters are [name, param1]
时间: 2023-11-11 16:56:26 浏览: 83
这个错误信息表明在使用Mybatis开发时,发生了绑定异常。错误信息中指出参数'main'未找到,可用的参数有[name, param1。这意味着在你的代码中,可能没有正确传入名为'main'的参数,而是传入了其他参数。解决这个问题,你需要检查你的代码,确保正确地传入了名为'main'的参数。<span class="em">1</span><span class="em">2</span><span class="em">3</span>
#### 引用[.reference_title]
- *1* *2* [nested exception is org.apache.ibatis.binding.BindingException: Parameter ‘id‘ not found....](https://blog.csdn.net/m0_61916154/article/details/130360608)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v92^chatsearchT3_1"}}] [.reference_item style="max-width: 50%"]
- *3* [nested exception is org.apache.ibatis.binding.BindingException: Parameter ‘status‘ not found.](https://blog.csdn.net/m0_53572054/article/details/131913662)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v92^chatsearchT3_1"}}] [.reference_item style="max-width: 50%"]
[ .reference_list ]
阅读全文