From e5a723cdb25bfadfe998dc1d9e36ab54a93b9fec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Wed, 10 Nov 2021 10:27:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Command.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Command.php b/src/Command.php index e581903..7ac6aaf 100644 --- a/src/Command.php +++ b/src/Command.php @@ -120,6 +120,7 @@ class Command extends Component $time = microtime(true); if ($type === static::EXECUTE) { $result = $this->db->getConnect($this->sql)->execute($this->sql,$this->params); + var_dump($result); } else { $result = $this->search($type); }