From ab0291a2d727a42d75b2f84740433c89b04fc75c Mon Sep 17 00:00:00 2001 From: zhanglei Date: Wed, 8 Jul 2026 18:36:49 +0800 Subject: [PATCH] =?UTF-8?q?bug:=20=E5=85=A8=E5=B1=80=E9=80=BB=E8=BE=91?= =?UTF-8?q?=E5=88=A0=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/nacos/config-mybatis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/safety-eval-start/src/main/resources/nacos/config-mybatis.yml b/safety-eval-start/src/main/resources/nacos/config-mybatis.yml index 65061cf..bbe4f81 100644 --- a/safety-eval-start/src/main/resources/nacos/config-mybatis.yml +++ b/safety-eval-start/src/main/resources/nacos/config-mybatis.yml @@ -5,7 +5,8 @@ banner: false db-config: id-type: assign_id - logic-delete-value: 1 - logic-not-delete-value: 0 + logic-delete-field: deleteEnum + logic-delete-value: "true" + logic-not-delete-value: "false" configuration: log-impl: org.apache.ibatis.logging.stdout.StdOutImpl