改名
This commit is contained in:
@@ -129,6 +129,7 @@ class Command extends Component
|
||||
} catch (\Throwable $exception) {
|
||||
$result = $this->addError($this->sql . '. error: ' . $exception->getMessage(), 'mysql');
|
||||
} finally {
|
||||
var_dump($result);
|
||||
$this->db->release();
|
||||
return $result;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user