From d647b819f2a73b98df27469e09846dcc34bc383d Mon Sep 17 00:00:00 2001
From: zhanzhiqin <895896009@qq.com>
Date: 星期一, 14 三月 2022 12:00:00 +0800
Subject: [PATCH] C3充电桩
---
dao/src/main/resources/mapper/C3mChargingMapper.xml | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dao/src/main/resources/mapper/C3mChargingMapper.xml b/dao/src/main/resources/mapper/C3mChargingMapper.xml
index 99c34aa..a85b64e 100644
--- a/dao/src/main/resources/mapper/C3mChargingMapper.xml
+++ b/dao/src/main/resources/mapper/C3mChargingMapper.xml
@@ -5,18 +5,18 @@
<mapper namespace="com.sandu.ximon.dao.mapper.C3mChargingMapper">
<resultMap id="BaseResultMap" type="com.sandu.ximon.dao.domain.C3mCharging">
- <id property="c3Id" column="c3_id" jdbcType="INTEGER"/>
+ <id property="c3Id" column="c3_id" jdbcType="BIGINT"/>
<result property="mcuUdid" column="mcu_udid" jdbcType="VARCHAR"/>
<result property="c3Name" column="c3_name" jdbcType="VARCHAR"/>
<result property="c3Mac" column="c3_mac" jdbcType="VARCHAR"/>
<result property="statusBit" column="status_bit" jdbcType="INTEGER"/>
<result property="deviceTemperature" column="device_temperature" jdbcType="VARCHAR"/>
- <result property="timestamp" column="timestamp" jdbcType="BIGINT"/>
+ <result property="updateTime" column="update_time" jdbcType="TIMESTAMP"/>
</resultMap>
<sql id="Base_Column_List">
c3_id,mcu_udid,c3_name,
c3_mac,status_bit,device_temperature,
- timestamp
+ update_time
</sql>
</mapper>
--
Gitblit v1.9.3