baomidou / mybatis-plus

An powerful enhanced toolkit of MyBatis for simplify development
https://baomidou.com
Apache License 2.0
16.4k stars 4.31k forks source link

[错误报告]: Wrappers.<>lambdaUpdate()更新字段为null的值不成功,还是只更新了不为null 的字段 #6427

Closed RyanCheng08 closed 2 months ago

RyanCheng08 commented 2 months ago

确认

当前程序版本

3.4.1

问题描述

image

这是我的代码,在对象里面存在了值为null的字段,但是用Wrappers.<>lambdaUpdate()和update更新还是只更新了不为null 的字段

详细堆栈日志

No response

miemieYaho commented 2 months ago

.set(xx,null)

RyanCheng08 commented 2 months ago

.set(xx,null)

一定要显式的把null字段set出来是吧