09-30-更新时允许为空字段
This commit is contained in:
@ -29,6 +29,6 @@ mybatis-plus:
|
||||
# 逻辑未删除值
|
||||
logicNotDeleteValue: 0
|
||||
insertStrategy: NOT_NULL
|
||||
# updateStrategy: NOT_NULL
|
||||
updateStrategy: ALWAYS
|
||||
updateStrategy: NOT_NULL
|
||||
# updateStrategy: ALWAYS
|
||||
whereStrategy: NOT_NULL
|
||||
|
||||
Reference in New Issue
Block a user