### 确认 - [x] 我使用的版本是[最新版](https://central.sonatype.com/search?q=g:com.baomidou%20%20a:mybatis-plus&smo=true), 并且使用插件确认过项目里无依赖版本冲突 - [x] 我已经在 [issue](https://github.com/baomidou/mybatis-plus/issues) 中搜索过, 确认问题没有被提出过 - [x] 我已经修改标题, 将标题中的 **描述** 替换为遇到的问题(不得删除 **描述** 前面的部分) ### 当前程序版本 3.5.13 ### 问题描述 这是我的nacos配置: <img width="890" height="304" alt="Image" src="https://github.com/user-attachments/assets/5c0dd23d-b9c1-4f56-a46f-59b6b0db8591" /> 这是我的实体类配置 <img width="513" height="398" alt="Image" src="https://github.com/user-attachments/assets/a7e96880-a47d-4610-979f-5b74e8e4e486" /> 这是我的实现类 <img width="1026" height="791" alt="Image" src="https://github.com/user-attachments/assets/a940622d-af05-4fda-bc32-c02b68390d36" /> 这是我的测试代码 <img width="438" height="198" alt="Image" src="https://github.com/user-attachments/assets/8943f1d8-b194-4c1d-b7b6-433e69b01f89" /> 打印出的执行sql依然带有Null值 <img width="1086" height="89" alt="Image" src="https://github.com/user-attachments/assets/da313d1a-71d3-41d6-a400-04f05ab14824" /> ### 详细堆栈日志 ```bash ```