From 181b934f1a97bc5cb05e1848fb82022d3e197141 Mon Sep 17 00:00:00 2001
From: jinpengyong <jpy123456>
Date: Thu, 08 Sep 2022 15:28:55 +0800
Subject: [PATCH] 处理无人机因子不存在的bug
---
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