改名
This commit is contained in:
@@ -120,6 +120,7 @@ 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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user