1
This commit is contained in:
@@ -1038,10 +1038,6 @@ class Query
|
||||
return $this;
|
||||
}
|
||||
|
||||
public function close(){
|
||||
return $this->connection->close();
|
||||
}
|
||||
|
||||
/**
|
||||
* 指定OR查询条件
|
||||
* @access public
|
||||
|
||||
@@ -180,8 +180,7 @@ class Windows extends Pipes
|
||||
|
||||
$this->unblock();
|
||||
|
||||
// $r = null !== $this->input ? ['input' => $this->input] : null;
|
||||
$r = null !== $this->input ? ['input' => $this->input] : [];
|
||||
$r = null !== $this->input ? ['input' => $this->input] : null;
|
||||
$w = isset($this->pipes[0]) ? [$this->pipes[0]] : null;
|
||||
$e = null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user