This commit is contained in:
as2252258@163.com
2021-05-02 14:45:06 +08:00
parent b9493bce2b
commit eebfac6fd9
-3
View File
@@ -121,9 +121,6 @@ class Command extends Component
private function execute($type, $isInsert = null, $hasAutoIncrement = null): int|bool|array|string|null
{
try {
if ($this->prepare) {
$this->prepare->closeCursor();
}
if ($type === static::EXECUTE) {
$result = $this->insert_or_change($isInsert, $hasAutoIncrement);
} else {