摘要:
springboot 项目mybatis plus 设置 jdbcTypeForNull (oracle数据库需配置JdbcType.NULL, 默认是Other)
oracle 使用updateAllColumnById( )方法抛异常: 无效的列类型: 1111
with JdbcType OTHER . Try setting a different JdbcType for this parameter or a different jdbcTypeForNull configuration property.
阅读全文