Mybatis映射赋值失败

【错误输出】
Mybatis映射赋值失败;异常:TypeException: Could not set parameters for mapping
org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.type.TypeException: Could not set parameters for mapping: ParameterMapping{property=‘pmNo’, mode=IN, javaType=class java.lang.String, jdbcType=null, numericScale=null, resultMapId=‘null’, jdbcTypeName=‘null’, expression=‘null’}. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #1 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: java.sql.SQLException: Parameter index out of range (1 > number of parameters, which is 0).
【错误造成原因】在mybatis中SQL添加了注释
Mybatis映射赋值失败;异常:TypeException: Could not set parameters for mapping
【解决方法】
将SQL中注释删除即可

相关文章:

  • 2021-07-11
  • 2021-04-24
  • 2021-10-17
  • 2022-03-05
  • 2021-06-08
  • 2021-10-19
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-12-21
  • 2021-06-27
  • 2021-12-15
  • 2021-05-16
  • 2022-12-23
  • 2022-02-22
相关资源
相似解决方案