记录解决Parameter ‘userId‘ not found. Available parameters are [arg1, arg0, param1, param2]问题
Posted L烧鱼
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了记录解决Parameter ‘userId‘ not found. Available parameters are [arg1, arg0, param1, param2]问题相关的知识,希望对你有一定的参考价值。
今天写接口遇到了这个问题:
Caused by: org.apache.ibatis.binding.BindingException: Parameter 'userId' not found. Available parameters are [arg1, arg0, param1, param2]
ERROR 500.jsp - nested exception is org.apache.ibatis.binding.BindingException: Parameter 'userId' not found. Available parameters are [arg1, arg0, param1, param2]
org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.binding.BindingException: Parameter 'userId' not found. Available parameters are [arg1, arg0, param1, param2]
解决办法
以上是关于记录解决Parameter ‘userId‘ not found. Available parameters are [arg1, arg0, param1, param2]问题的主要内容,如果未能解决你的问题,请参考以下文章