From 429df2391ff59f8d0060ce2dc98356bcd91c9a4f Mon Sep 17 00:00:00 2001 From: xufenglei <xufenglei> Date: Tue, 12 Jun 2018 10:34:21 +0800 Subject: [PATCH] 更新 --- src/main/resources/mapper/MonitorPointMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/resources/mapper/MonitorPointMapper.xml b/src/main/resources/mapper/MonitorPointMapper.xml index 9088367..d1cbef7 100644 --- a/src/main/resources/mapper/MonitorPointMapper.xml +++ b/src/main/resources/mapper/MonitorPointMapper.xml @@ -61,7 +61,7 @@ address, is_delete, description </sql> <sql id="Relation_Province_City_Area_List"> - are.area_name, cti.city_name, pro.province_name + are.area_name, cti.city_name, pro.province_name, t.town_name, v.village_name </sql> <select id="selectWithAreaNameByExample" parameterType="tk.mybatis.mapper.entity.Example" resultMap="BaseResultMap"> select -- Gitblit v1.8.0