改名
This commit is contained in:
@@ -120,7 +120,6 @@ class Command extends Component
|
|||||||
$time = microtime(true);
|
$time = microtime(true);
|
||||||
if ($type === static::EXECUTE) {
|
if ($type === static::EXECUTE) {
|
||||||
$result = $this->db->getConnect($this->sql)->execute($this->sql,$this->params);
|
$result = $this->db->getConnect($this->sql)->execute($this->sql,$this->params);
|
||||||
var_dump($this->sql,$this->params);
|
|
||||||
} else {
|
} else {
|
||||||
$result = $this->search($type);
|
$result = $this->search($type);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user