From af1bc0429d8fba67890f158e3ad7accd3aa2d8d7 Mon Sep 17 00:00:00 2001 From: thinkphp Date: Sun, 12 Jun 2016 16:51:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3Query=E7=B1=BB=E7=9A=84with?= =?UTF-8?q?=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/think/db/Query.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/think/db/Query.php b/library/think/db/Query.php index 2bad6e8e..e8cf69b5 100644 --- a/library/think/db/Query.php +++ b/library/think/db/Query.php @@ -1416,8 +1416,8 @@ class Query $field = $this->options['with_field']; unset($this->options['with_field']); } - $this->field($field, false, $joinTable, $joinAlias, $joinName . '__'); } + $this->field($field, false, $joinTable, $joinAlias, $joinName . '__'); $i++; } elseif ($closure) { $with[$key] = $closure;