From 4784ba9b5fe0d2c9ada694834ac6b0d0b7474b89 Mon Sep 17 00:00:00 2001
From: lizijie <lzjiiie@163.com>
Date: Thu, 12 Aug 2021 15:52:23 +0800
Subject: [PATCH] special_device、special_device_history相关文件,special_device查询接口

---
 screen-manage/src/main/resources/mapper/HistoryHourlyMapper.xml |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/screen-manage/src/main/resources/mapper/HistoryHourlyMapper.xml b/screen-manage/src/main/resources/mapper/HistoryHourlyMapper.xml
index a2dde7f..13bc1fe 100644
--- a/screen-manage/src/main/resources/mapper/HistoryHourlyMapper.xml
+++ b/screen-manage/src/main/resources/mapper/HistoryHourlyMapper.xml
@@ -10,8 +10,9 @@
         <result column="version" property="version"/>
     </resultMap>
 
-    <insert id="insertHistoryHourlyUnAdjust">
-        INSERT INTO history_hourly_${timeUnits} VALUES (#{mac}, #{time}, #{value}, #{version})
+    <insert id="insertHistoryHourly">
+        INSERT INTO history_hourly_${timeUnits}
+        VALUES (#{mac}, #{time}, #{value}, #{version})
     </insert>
 
 </mapper>
\ No newline at end of file

--
Gitblit v1.8.0