改进Query类

This commit is contained in:
thinkphp
2016-06-03 14:28:35 +08:00
parent 8af18e3527
commit 99acf3d0b0

View File

@@ -1821,10 +1821,10 @@ class Query
/**
* 分析表达式(可用于查询或者写入操作)
* @access public
* @access protected
* @return array
*/
public function parseExpress()
protected function parseExpress()
{
$options = $this->options;