mybatis-generator-plugin icon indicating copy to clipboard operation
mybatis-generator-plugin copied to clipboard

columnOverride 导致逻辑删除插件无效

Open cooker opened this issue 1 year ago • 1 comments

数据库字段tinyint <columnOverride column="delete_flag" javaType="Integer" jdbcType="TINYINT"/> 会报错

itfsw(逻辑删除插件):ord_order_item逻辑删除列(delete_flag)的类型不在支持范围(请使用数字列,字符串列,布尔列)!

cooker avatar Apr 28 '24 15:04 cooker