随笔 - 4
文章 - 2
评论 - 0
阅读 -
10296
08 2022 档案
mybatis-plus 3.4.3.1 设置数据库字段为NULL
摘要:实体字段注解配置 @TableField(jdbcType = JdbcType.VARCHAR, updateStrategy = FieldStrategy.IGNORED) private String matName; 具体更新代码 LambdaUpdateWrapper<MesProdMa
阅读全文