This commit is contained in:
2021-02-23 17:58:17 +08:00
parent d887b4bbfc
commit 4331f71621
+1
View File
@@ -249,6 +249,7 @@ class Command extends Component
var_dump($result);
return $this->addError($connection->errorInfo()[2], 'mysql');
}
var_dump($result, $isInsert);
if ($isInsert === false) {
return true;
}