This commit is contained in:
2021-01-11 17:33:20 +08:00
parent 9a70bf3340
commit 7e8e9767a3
3 changed files with 1 additions and 3 deletions
-1
View File
@@ -220,7 +220,6 @@ class Command extends Component
if (!($connect instanceof PDO)) {
return null;
}
var_dump($this->sql);
if (!($query = $connect->query($this->sql))) return null;
if ($type === static::ROW_COUNT) {
$result = $query->rowCount();