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這個類型不行嗎?可是老師的為什么可以
2016-12-14
把Message.xml里還沒配置過的SQL語句先注釋掉 再運(yùn)行試試
2016-12-13
看一下你實體或者數(shù)據(jù)庫中的類型是否是Int或者Integer的
2016-10-21
發(fā)下sql語句呢,看錯誤好像是sql中的參數(shù)個數(shù)不對
2016-09-29
我暫時還不清楚