nested exception is org.apache.ibatis.type.TypeException: Could not set parameters for mapping: ParameterMapping{property='__frch_item_0', 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 #2 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 (2 > number of parameters, which is 1).
时间: 2024-04-14 21:31:57 浏览: 158
关于DBMS+CUBE.BUILD解读.pdf
这个异常的嵌套异常是:org.apache.ibatis.type.TypeException: 无法为映射设置参数: ParameterMapping{property='__frch_item_0', mode=IN, javaType=class java.lang.String, jdbcType=null, numericScale=null, resultMapId='null', jdbcTypeName='null', expression='null'}。原因是:org.apache.ibatis.type.TypeException: 为参数 #2 设置非空值失败,JdbcType 为 null。请尝试为该参数设置不同的 JdbcType 或者不同的配置属性。原因是:java.sql.SQLException: 参数索引超出范围(2 > 参数数量,即1)。
阅读全文