This commit is contained in:
wangjinlei
2022-08-16 16:37:25 +08:00
parent c3b93c9d65
commit ff65394c85
6 changed files with 179 additions and 8 deletions

View File

@@ -1038,6 +1038,10 @@ class Query
return $this;
}
public function close(){
return $this->connection->close();
}
/**
* 指定OR查询条件
* @access public