From 00521062e4a53a7aaf628a9288c8945a677f9dbc Mon Sep 17 00:00:00 2001 From: cloud Date: Wed, 8 Jul 2020 21:39:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/info_off.class.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/admin/info_off.class.php b/admin/info_off.class.php index 8699461..e642f7f 100644 --- a/admin/info_off.class.php +++ b/admin/info_off.class.php @@ -86,6 +86,8 @@ class info_off extends appadmin { } // 检测sql是否有错误 $error = $this->tsql->error(); + dump($error); + EXIT; if ($error) $this->tips = '操作失败:' . $error; }