From 89b102e9201bf8b963c5c65cb479ca1f7c1d07f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=95=B8=E9=9D=9E?= <8153694@qq.com> Date: Thu, 27 Jun 2024 18:35:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=BB=9F=E8=AE=A1=E6=8A=A5?= =?UTF-8?q?=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/config/mybatis-sqlmap-config.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bill-manager/src/main/resources/config/mybatis-sqlmap-config.xml b/bill-manager/src/main/resources/config/mybatis-sqlmap-config.xml index 6fc59df..468f75d 100644 --- a/bill-manager/src/main/resources/config/mybatis-sqlmap-config.xml +++ b/bill-manager/src/main/resources/config/mybatis-sqlmap-config.xml @@ -19,7 +19,7 @@ <plugin interceptor="com.mortals.framework.thirty.mybatis.LogInterceptor"> <property name="enableExecutorTime" value="true" /> - <property name="showSql" value="true" /> + <property name="showSql" value="false" /> </plugin> </plugins> </configuration> \ No newline at end of file -- 2.24.3