Parameter 'yearid' not found. Available parameters are [0, 2, month, param3, param1, param2]--问题解决

本文探讨了在使用MyBatis框架时遇到的参数绑定异常问题,具体表现为在调用getCompanyAssessList方法时找不到'yearid'参数。文章深入分析了问题原因,并提供了检查mapper文件和正确使用@Param注解的解决方案。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

 Resolving exception from handler [public java.util.List<com.shenshou.postalbank.dao.pojo.TCompanyAssess> com.shenshou.postalbank.controller.CompanyAssessController.getCompanyAssessList(java.lang.Integer,java.lang.Integer,java.lang.String)]: org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.binding.BindingException: Parameter 'yearid' not found. Available parameters are [0, 2, month, param3, param1, param2]

  

   
   2019-02-20 10:00 -DEBUG (DispatcherServlet.java:1197)- Handler execution resulted in exception - forwarding to resolved error view: ModelAndView: reference to view with name 'error'; model is {success=false, message=System error}
    org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.binding.BindingException: Parameter 'yearid' not found. Available parameters are [0, 2, month, param3, param1, param2]
    	at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:75)
    	at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:371)
    	at com.sun.proxy.$Proxy32.selectList(Unknown Source)
    	at org.mybatis.spring.SqlSessionTemplate.selectList(SqlSessionTemplate.java:198)
    	at org.apache.ibatis.binding.MapperMethod.executeForMany(MapperMethod.java:119)
    	at org.apache.ibatis.binding.MapperMethod.execute(MapperMethod.java:63)

遇到这样的问题时我们可以查找相对应mapper文件,是否缺少@Param(" xxx")在这里插入图片描述

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值