From fdbef2a3293e536be6b119e4e1e67cc8cc9842f0 Mon Sep 17 00:00:00 2001 From: jinpengyong <jpy123456> Date: Fri, 08 Apr 2022 08:55:29 +0800 Subject: [PATCH] 空气质量排名报告 --- screen-manage/src/main/resources/mapper/DeviceMapper.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/screen-manage/src/main/resources/mapper/DeviceMapper.xml b/screen-manage/src/main/resources/mapper/DeviceMapper.xml index 178e9d0..28466d5 100644 --- a/screen-manage/src/main/resources/mapper/DeviceMapper.xml +++ b/screen-manage/src/main/resources/mapper/DeviceMapper.xml @@ -67,8 +67,8 @@ <!--������������--> <association property="town" javaType="java.util.HashMap"> - <result column="town_code" property="areaCode"/> - <result column="town_name" property="name"/> + <result column="town_code" property="townCode"/> + <result column="town_name" property="townName"/> </association> <!--���������������--> -- Gitblit v1.8.0