Parameter '0' not found

这种问题是 Mybatis 动态代理参数问题,原因是在#{ }添加索引的时候   在早期的版本中索引都是用0 1  。。。。表示的,现在的版本中索引应该为#{arg0}   #{arg1}。。。

所以应该将XML文件

Parameter '0' not found

改成:

Parameter '0' not found

上一篇:python 代码规范


下一篇:SHELL学习笔记一