From b8abaad28c73999e0bdf30298866e9cdd6b563ad Mon Sep 17 00:00:00 2001 From: zhoushihao <zsh19950802@163.com> Date: 星期四, 08 八月 2024 10:15:49 +0800 Subject: [PATCH] 1、逻辑删除配置 --- hangzhoumesParent/common/servicebase/src/main/resources/application.yml | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/hangzhoumesParent/common/servicebase/src/main/resources/application.yml b/hangzhoumesParent/common/servicebase/src/main/resources/application.yml new file mode 100644 index 0000000..0edfb92 --- /dev/null +++ b/hangzhoumesParent/common/servicebase/src/main/resources/application.yml @@ -0,0 +1,8 @@ +mybatis-plus-join: + sub-table-logic: true +mybatis-plus: + global-config: + db-config: + logic-delete-field: deleted + logic-delete-value: 1 + logic-not-delete-value: 0 \ No newline at end of file -- Gitblit v1.8.0