09-30-更新时允许为空字段

This commit is contained in:
2025-09-30 10:29:31 +08:00
parent da9cc7cc76
commit 1ab49c4178
3 changed files with 63 additions and 13 deletions

View File

@ -29,6 +29,6 @@ mybatis-plus:
# 逻辑未删除值
logicNotDeleteValue: 0
insertStrategy: NOT_NULL
# updateStrategy: NOT_NULL
updateStrategy: ALWAYS
updateStrategy: NOT_NULL
# updateStrategy: ALWAYS
whereStrategy: NOT_NULL