From 7b43c04dd530bdd193e0cf02c4e19ba7c2ee2c11 Mon Sep 17 00:00:00 2001
From: liuhaonan <31457034@qq.com>
Date: 星期三, 11 五月 2022 10:41:31 +0800
Subject: [PATCH] 设备归属

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

diff --git a/dao/src/main/resources/mapper/ForHelpMapper.xml b/dao/src/main/resources/mapper/ForHelpMapper.xml
index 7e0b1ba..cce978a 100644
--- a/dao/src/main/resources/mapper/ForHelpMapper.xml
+++ b/dao/src/main/resources/mapper/ForHelpMapper.xml
@@ -7,7 +7,7 @@
     <resultMap id="BaseResultMap" type="com.sandu.ximon.dao.domain.ForHelp">
         <id property="id" column="id" jdbcType="BIGINT"/>
         <result property="userId" column="user_id" jdbcType="BIGINT"/>
-        <result property="lightPoleId" column="light_pole_id" jdbcType="VARCHAR"/>
+        <result property="lightPoleId" column="light_pole_id" jdbcType="BIGINT"/>
         <result property="lightPoleName" column="light_pole_name" jdbcType="VARCHAR"/>
         <result property="state" column="state" jdbcType="INTEGER"/>
         <result property="createTime" column="create_time" jdbcType="TIMESTAMP"/>

--
Gitblit v1.9.3