From 3a583be2297a3cc98edae23577ce985a332dfc36 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期四, 18 三月 2021 13:25:03 +0800
Subject: [PATCH] 加入 停车场属性

---
 java110-db/src/main/resources/mapper/community/CommunityLocationServiceDaoImplMapper.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/java110-db/src/main/resources/mapper/community/CommunityLocationServiceDaoImplMapper.xml b/java110-db/src/main/resources/mapper/community/CommunityLocationServiceDaoImplMapper.xml
index d58390f..45ac07c 100644
--- a/java110-db/src/main/resources/mapper/community/CommunityLocationServiceDaoImplMapper.xml
+++ b/java110-db/src/main/resources/mapper/community/CommunityLocationServiceDaoImplMapper.xml
@@ -75,7 +75,7 @@
         locationId,t.location_type,t.location_type locationType,t.status_cd,t.status_cd statusCd,t.b_id,t.b_id
         bId,t.community_id,t.community_id communityId,d.name locationTypeName
         from community_location t
-        left join t_dict d on t.flow_type = d.status_cd and d.table_name = 'community_location' and d.table_columns = 'location_type'
+        left join t_dict d on t.location_type = d.status_cd and d.table_name = 'community_location' and d.table_columns = 'location_type'
         where 1 =1
         <if test="locationName !=null and locationName != ''">
             and t.location_name= #{locationName}

--
Gitblit v1.8.0