错误 错误:nested exception is org.apache.ibatis.binding.BindingException: Parameter ‘name’ not found. Available parameters are [arg1, arg0, param1, param2] 解决方法 我出现这个错误是因为dao方法中有多个参数,但是没有加@Param注解,加上如下图所示的注解就可了。