From 9a680d56a78a248f5587bfc749d4f7b3f7f16328 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Wed, 16 Aug 2023 14:54:02 +0800 Subject: [PATCH] qqq --- Connection.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Connection.php b/Connection.php index c27c34f..58aadb9 100644 --- a/Connection.php +++ b/Connection.php @@ -210,7 +210,7 @@ class Connection extends Component { $pdo = Context::get($this->cds); if ($pdo === null) { - $pdo = $this->getConnection(); + $pdo = $this->getNormalClientHealth(); if ($this->storey > 0 && !$pdo->inTransaction()) { $pdo->beginTransaction(); }