From ddb2f9e00380bb747783e7757badc307870638c0 Mon Sep 17 00:00:00 2001 From: huangguancheng Date: Mon, 10 Feb 2025 11:09:57 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BC=98=E5=8C=96=E6=80=A7=E8=83=BD?= =?UTF-8?q?=E3=80=91thinkorm=E5=85=B3=E9=97=ADSQL=E7=9B=91=E5=90=AC?= =?UTF-8?q?=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/thinkorm.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/thinkorm.php b/config/thinkorm.php index c98d4eb..e14f382 100644 --- a/config/thinkorm.php +++ b/config/thinkorm.php @@ -54,6 +54,8 @@ return [ 'prefix' => '', // 断线重连 'break_reconnect' => true, + // 关闭SQL监听日志 + 'trigger_sql' => false, // 自定义分页类 'bootstrap' => '', // 'schema' => 'public'// 设置默认 schema