java110 лет назад: 5
Родитель
Сommit
f5aef45250

+ 1 - 1
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}