Error setting null parameter. Most JDBC drivers require that the JdbcType must be specified for all nullable parameters. Cause: java.sql.SQLException: 无效的列类型:…… 在对应的mapper中,设置jdbcType 例}如: #{name,jdbcType=VARCHAR}