anwena / MongoPlus

🔥🔥🔥使用MyBatisPlus的方式,优雅的操作MongoDB
Apache License 2.0
112 stars 12 forks source link

无法对字段赋值为null #3

Open juqkai opened 11 months ago

juqkai commented 11 months ago

在 BeanMapUtilByReflect 类中,直接限制死了,无法重新对字段赋值为null

62-65行
// 不为null再进行映射
            if (fieldValue != null){
                resultMap.put(fieldName, fieldValue);
            }
anwena commented 11 months ago

后边会变成配置