From 4fa181ff943b13f1ef90cef61dbdedee052cbb70 Mon Sep 17 00:00:00 2001
From: cjl <276999030@qq.com>
Date: Fri, 07 Jul 2023 15:21:23 +0800
Subject: [PATCH] feat: 任务按照天补偿数据

---
 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