报错信息 org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.binding.BindingException: Parameter ‘name’ not found. Available parameters are [arg1, arg0, param1, param2] 错误截图 解决方案 既然它告诉我们找不到参数“名称”,那么我们就给他声明一下 最终结果 相关文章: 2021-11-07 2022-12-23 2021-12-25 2021-09-09 2022-12-23 2022-03-02 2021-12-05 2021-09-01