This commit is contained in:
2026-06-30 23:12:17 +08:00
parent 9fc910f10f
commit 28fa17ecfb
-2
View File
@@ -193,8 +193,6 @@ class Command extends Component
return $prepare->rowCount();
}
var_dump($this->sql, $result);
$this->connection->release($client);
return $result == 0 ? $prepare->rowCount() : (int)$result;
} catch (Throwable $throwable) {