改名
This commit is contained in:
@@ -267,6 +267,7 @@ class Connection extends Component
|
||||
*/
|
||||
public function createCommand($sql = null, $attributes = []): Command
|
||||
{
|
||||
var_dump($sql);
|
||||
$command = new Command(['db' => $this, 'sql' => $sql]);
|
||||
return $command->bindValues($attributes);
|
||||
}
|
||||
|
||||
@@ -740,7 +740,6 @@ trait QueryTrait
|
||||
}
|
||||
$this->where[] = $conditions;
|
||||
}
|
||||
var_dump($this->where);
|
||||
return $this;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user