From 85d0d18318f460d4b1581a828eb481fee6c6ccc7 Mon Sep 17 00:00:00 2001
From: lizijie <lzjiiie@163.com>
Date: Tue, 31 Aug 2021 09:14:50 +0800
Subject: [PATCH] 通过mac获取页面布局
---
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