From 625ec8f65d8dac5fee04f442abff7738ac32a4cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Tue, 27 Apr 2021 18:44:13 +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 --- Database/Command.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Database/Command.php b/Database/Command.php index a826ee94..07783420 100644 --- a/Database/Command.php +++ b/Database/Command.php @@ -155,7 +155,7 @@ class Command extends Component $export['endTime'] = microtime(true); $export['time'] = $export['endTime'] - $time; - write(Json::encode($export), 'mysql'); +// write(Json::encode($export), 'mysql'); return $result; }