官网 :https://mybatis-mp.cn 更新: 1:InsertChain,UpdateChain 增加 null 值为 SQL NULL 处理 int cnt = UpdateChain.of(sysUserMapper) .set(SysUser::getUserName, null, true) .eq(SysUser::getId, 1) .execute(); InsertChain.of(mapper) ... :fire:※【mybatis-mp】一款真正 / 你错过的好用的 ORM 框架:1.7.2-RC 发布!下载地址