From 3adff457825681de060b569413e21c4fd29579d6 Mon Sep 17 00:00:00 2001
From: xufenglei <xufenglei>
Date: Thu, 02 Nov 2017 17:12:57 +0800
Subject: [PATCH] 读取配置文件 地址改变

---
 src/main/resources/mapper/OrganizationMapper.xml |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/mapper/OrganizationMapper.xml b/src/main/resources/mapper/OrganizationMapper.xml
index f4a657d..13179b1 100644
--- a/src/main/resources/mapper/OrganizationMapper.xml
+++ b/src/main/resources/mapper/OrganizationMapper.xml
@@ -86,8 +86,9 @@
     <if test="distinct" >
       distinct
     </if>
-    <include refid="Base_Column_List" />
+    organization.*
     from organization
+    LEFT JOIN area ON organization.areacode = area.`code` 
     <if test="_parameter != null" >
       <include refid="Example_Where_Clause" />
     </if>

--
Gitblit v1.8.0