
// 调试结束 $this->debug(false); $this->numRows = $this->PDOStatement->rowCount(); return $this->numRows; } catch (\PDOException $e) { if ($this->isBreak($e)) { return $this->close()->execute($sql, $bind); } throw new PDOException($e, $this->config, $this->getLastsql()); } catch (\Throwable $e) { if ($this->isBreak($e)) { return $this->close()->execute($sql, $bind); } throw $e; } catch (\Exception $e) { if ($this->isBreak($e)) { return $this->close()->execute($sql, $bind); }at Connection->execute('INSERT INTO `qb_log_...', ['data__uid' => [0, 1], 'data__ip' => ['116.30.204.235', 2], 'data__model' => ['admin', 2], ...]) in Query.php line 241
at Query->execute('INSERT INTO `qb_log_...', ['data__uid' => [0, 1], 'data__ip' => ['116.30.204.235', 2], 'data__model' => ['admin', 2], ...]) in Query.php line 2208
at Query->insert(['uid' => 0, 'ip' => '116.30.204.235', 'model' => 'admin', ...], false, false, null) in Model.php line 1144
at Model->save(['uid' => 0, 'ip' => '116.30.204.235', 'model' => 'admin', ...], []) in Model.php line 1625
at Model::create(['uid' => 0, 'ip' => '116.30.204.235', 'model' => 'admin', ...]) in Action.php line 53
at Action::write() in AdminBase.php line 66
at AdminBase->_initialize() in Member.php line 28