From c19ed0e7f1ba159e7a51dd799710971f4056f39b Mon Sep 17 00:00:00 2001 From: pwf0112 Date: Fri, 25 Dec 2015 11:28:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=82=E6=95=B0=E5=90=8D=E7=A7=B0=E4=B9=A6?= =?UTF-8?q?=E5=86=99=E9=94=99=E8=AF=AF=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/think/model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/think/model.php b/library/think/model.php index 91e3da27..a999879d 100644 --- a/library/think/model.php +++ b/library/think/model.php @@ -1552,7 +1552,7 @@ class Model * @param string $having having * @return Model */ - public function having($table) + public function having($having) { $this->options['having'] = $having; return $this;