改名
This commit is contained in:
@@ -177,6 +177,7 @@ class Command extends Component
|
|||||||
private function insert_or_change($isInsert, $hasAutoIncrement): bool|string|int
|
private function insert_or_change($isInsert, $hasAutoIncrement): bool|string|int
|
||||||
{
|
{
|
||||||
if (!($result = $this->initPDOStatement())) {
|
if (!($result = $this->initPDOStatement())) {
|
||||||
|
var_dump($result);
|
||||||
return $result;
|
return $result;
|
||||||
}
|
}
|
||||||
if ($isInsert === false) {
|
if ($isInsert === false) {
|
||||||
|
|||||||
Reference in New Issue
Block a user