From 17d054803583cd870dc15dc16551563ff619c658 Mon Sep 17 00:00:00 2001
From: jpy <812110275@qq.com>
Date: Sat, 27 May 2023 16:12:29 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/dev' into dev
---
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