From faf8649ff22b8af12c758355725389204838e02a Mon Sep 17 00:00:00 2001
From: jinpengyong <jpy123456>
Date: Thu, 05 Aug 2021 13:23:54 +0800
Subject: [PATCH] 小时缺失数据补充定时任务

---
 screen-job/src/main/resources/mapper/HistoryHourlyMapper.xml |   13 -------------
 1 files changed, 0 insertions(+), 13 deletions(-)

diff --git a/screen-job/src/main/resources/mapper/HistoryHourlyMapper.xml b/screen-job/src/main/resources/mapper/HistoryHourlyMapper.xml
index f80edaf..9f9c679 100644
--- a/screen-job/src/main/resources/mapper/HistoryHourlyMapper.xml
+++ b/screen-job/src/main/resources/mapper/HistoryHourlyMapper.xml
@@ -16,17 +16,4 @@
             (#{item.mac}, #{item.time}, #{item.value}, #{item.version})
         </foreach>
     </insert>
-
-    <select id="getHistoryHourlyTransition" resultType="com.moral.api.entity.HistoryHourly">
-        SELECT mac,
-        `time`,
-        `value`,
-        `version`
-        FROM history_hourly_transition
-        WHERE create_time = update_time
-    </select>
-
-    <delete id="deleteHistoryHourlyTransition">
-        DELETE FROM history_hourly_transition
-    </delete>
 </mapper>
\ No newline at end of file

--
Gitblit v1.8.0