改名
This commit is contained in:
@@ -120,6 +120,7 @@ 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($result);
|
||||||
} else {
|
} else {
|
||||||
$result = $this->search($type);
|
$result = $this->search($type);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user