This commit is contained in:
2021-11-10 11:51:38 +08:00
parent 3038c332c0
commit ec8f0849ee
-1
View File
@@ -120,7 +120,6 @@ class Command extends Component
$time = microtime(true);
if ($type === static::EXECUTE) {
$result = $this->db->getConnect($this->sql)->execute($this->sql,$this->params);
var_dump($this->sql,$this->params);
} else {
$result = $this->search($type);
}