改名
This commit is contained in:
@@ -240,7 +240,7 @@ class Command extends Component
|
|||||||
if (!($connection = $this->initPDOStatement())) {
|
if (!($connection = $this->initPDOStatement())) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
if (($result = $this->prepare->execute($this->prepare)) === false) {
|
if (($result = $this->prepare->execute($this->params)) === false) {
|
||||||
return $this->addError($connection->errorInfo()[2]);
|
return $this->addError($connection->errorInfo()[2]);
|
||||||
}
|
}
|
||||||
if (!$isInsert) {
|
if (!$isInsert) {
|
||||||
|
|||||||
Reference in New Issue
Block a user