From fb7521b63ed150f6cddd86df95e7bf440ec6501f Mon Sep 17 00:00:00 2001
From: liuhaonan <konodioda2333@vip.qq.com>
Date: 星期一, 13 十二月 2021 11:49:35 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 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