bug: 全局逻辑删除
parent
e70563bcd8
commit
ab0291a2d7
|
|
@ -5,7 +5,8 @@
|
||||||
banner: false
|
banner: false
|
||||||
db-config:
|
db-config:
|
||||||
id-type: assign_id
|
id-type: assign_id
|
||||||
logic-delete-value: 1
|
logic-delete-field: deleteEnum
|
||||||
logic-not-delete-value: 0
|
logic-delete-value: "true"
|
||||||
|
logic-not-delete-value: "false"
|
||||||
configuration:
|
configuration:
|
||||||
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue