From 99acf3d0b0bdfd66cc7f96820e9867bd25a5a3e2 Mon Sep 17 00:00:00 2001 From: thinkphp Date: Fri, 3 Jun 2016 14:28:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E8=BF=9BQuery=E7=B1=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/think/db/Query.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/think/db/Query.php b/library/think/db/Query.php index 0e1ce67d..31bec497 100644 --- a/library/think/db/Query.php +++ b/library/think/db/Query.php @@ -1821,10 +1821,10 @@ class Query /** * 分析表达式(可用于查询或者写入操作) - * @access public + * @access protected * @return array */ - public function parseExpress() + protected function parseExpress() { $options = $this->options;