This commit is contained in:
parent
ea653e1baa
commit
00521062e4
|
|
@ -86,6 +86,8 @@ class info_off extends appadmin {
|
|||
}
|
||||
// 检测sql是否有错误
|
||||
$error = $this->tsql->error();
|
||||
dump($error);
|
||||
EXIT;
|
||||
if ($error)
|
||||
$this->tips = '操作失败:' . $error;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue