错误 错误:nested exception is org.apache.ibatis.binding.BindingException: Parameter ‘name’ not found. Available parameters are [arg1, arg0, param1, param2] 解决方法 我出现这个错误是因为dao方法中有多个参数,但是没有加@Param注解,加上如下图所示的注解就可了。 相关文章: 2021-11-04 2021-08-01 2021-07-19 2021-11-01 2022-12-23 2022-02-18 2022-12-23 2022-12-23