From 4fb2ce2dc95e4044d4d1f3e76dcf68bf842ae9b0 Mon Sep 17 00:00:00 2001 From: fengxiang <110431245@qq.com> Date: Sun, 24 Jun 2018 12:56:21 +0800 Subject: [PATCH] 更新完整json --- 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