Cause: org.apache.ibatis.type.TypeException: Error setting null for parameter #1 with JdbcType INTEGER . Try setting a different JdbcType for this parameter or a different jdbcTypeForNull configuration property. Cause: java.sql.SQLException: Parameter in
Cause: org.apache.ibatis.type.TypeException: Error setting null for parameter #1 with JdbcType INTEGER . Try setting a different JdbcType for this parameter or a different jdbcTypeForNull configuration property. Cause: java.sql.SQLException: Parameter index out of range (1 > number of parameters, which is 0).
說是INTEGER這個(gè)類型不行嗎?可是老師的為什么可以
2016-12-14
把Message.xml里還沒配置過的SQL語(yǔ)句先注釋掉 再運(yùn)行試試
2016-12-13
看一下你實(shí)體或者數(shù)據(jù)庫(kù)中的類型是否是Int或者Integer的
2016-10-21
發(fā)下sql語(yǔ)句呢,看錯(cuò)誤好像是sql中的參數(shù)個(gè)數(shù)不對(duì)
2016-09-29
我暫時(shí)還不清楚