From 5ebd05f0bbb5509dba3a7d5c576307b7b19adf78 Mon Sep 17 00:00:00 2001 From: jinpengyong <jpy123456> Date: Wed, 12 Jul 2023 10:22:00 +0800 Subject: [PATCH] fix: 修补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