This commit is contained in:
cloud 2020-07-08 21:39:56 +08:00
parent ea653e1baa
commit 00521062e4
1 changed files with 2 additions and 0 deletions

View File

@ -86,6 +86,8 @@ class info_off extends appadmin {
} }
// 检测sql是否有错误 // 检测sql是否有错误
$error = $this->tsql->error(); $error = $this->tsql->error();
dump($error);
EXIT;
if ($error) if ($error)
$this->tips = '操作失败:' . $error; $this->tips = '操作失败:' . $error;
} }