mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-01 20:52:48 +08:00
改进Query类
This commit is contained in:
@@ -1821,10 +1821,10 @@ class Query
|
||||
|
||||
/**
|
||||
* 分析表达式(可用于查询或者写入操作)
|
||||
* @access public
|
||||
* @access protected
|
||||
* @return array
|
||||
*/
|
||||
public function parseExpress()
|
||||
protected function parseExpress()
|
||||
{
|
||||
$options = $this->options;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user