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