错误日志:

nested exception is org.apache.ibatis.type.TypeException: Could not set parameters for mapping: ParameterMapping{property='deptId', mode=IN, javaType=class java.lang.Long, jdbcType=null, numericScale=null, resultMapId='null', jdbcTypeName='null', expression='null'}. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #4 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: java.sql.SQLException: 无效的列索引

可以看出,错误显示是在deptId字段上,但是比较deptId的数据类型与数据库是一致的,后面发现,是在XML中,userName判断时,存在注释,导致这个错误。。。真的坑:

把注释删除后,错误消失。。。。第二次遇到了,所以记录一下

当然,错误的原因有很多种。。。这里是一种

Logo

为开发者提供学习成长、分享交流、生态实践、资源工具等服务,帮助开发者快速成长。

更多推荐