Mybatis SQL 报错:Parameter 'position' not found. Available parameters are [arg2, arg1, arg0。。。

来源:互联网 发布:手机淘宝 平板 编辑:程序博客网 时间:2024/05/22 12:20

Parameter 'position' not found. Available parameters are [arg2, arg1, arg0,..........................

报错找不到传的对应参数,需要加注解绑定参数信息;

例如:



阅读全文
0 0