From 069673ea3f53103c11e57205d8f4ee55c390bd93 Mon Sep 17 00:00:00 2001 From: thinkphp Date: Sat, 11 Jun 2016 09:50:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3Relation=E7=B1=BB=E7=9A=84get?= =?UTF-8?q?RelationInfo=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/think/model/Relation.php | 1 + 1 file changed, 1 insertion(+) diff --git a/library/think/model/Relation.php b/library/think/model/Relation.php index 0d3f5aaf..f6cbecca 100644 --- a/library/think/model/Relation.php +++ b/library/think/model/Relation.php @@ -69,6 +69,7 @@ class Relation 'foreignKey' => $this->foreignKey, 'localKey' => $this->localKey, 'alias' => $this->alias, + 'joinType' => $this->joinType, ]; return $name ? $info[$name] : $info; }