From a0587b1f268b8535ed660fbc521d341d9268340a Mon Sep 17 00:00:00 2001
From: chenjiantian <214228265@qq.com>
Date: 星期五, 17 十二月 2021 18:15:17 +0800
Subject: [PATCH] 灯模块

---
 dao/src/main/resources/mapper/PoleBindingMapper.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dao/src/main/resources/mapper/PoleBindingMapper.xml b/dao/src/main/resources/mapper/PoleBindingMapper.xml
index 20a429d..23aaa92 100644
--- a/dao/src/main/resources/mapper/PoleBindingMapper.xml
+++ b/dao/src/main/resources/mapper/PoleBindingMapper.xml
@@ -8,7 +8,7 @@
             <id property="id" column="id" jdbcType="BIGINT"/>
             <result property="poleId" column="pole_id" jdbcType="BIGINT"/>
             <result property="deviceName" column="device_name" jdbcType="VARCHAR"/>
-            <result property="deviceMac" column="device_mac" jdbcType="VARCHAR"/>
+            <result property="deviceCode" column="device_code" jdbcType="VARCHAR"/>
             <result property="deviceType" column="device_type" jdbcType="INTEGER"/>
             <result property="createTime" column="create_time" jdbcType="TIMESTAMP"/>
             <result property="updateTime" column="update_time" jdbcType="TIMESTAMP"/>
@@ -16,7 +16,7 @@
 
     <sql id="Base_Column_List">
         id,pole_id,device_name,
-        device_mac,device_type,create_time,
+        device_code,device_type,create_time,
         update_time
     </sql>
 </mapper>

--
Gitblit v1.9.3