From 19b72fbd2e6b30a23a06dd284619784a096bc896 Mon Sep 17 00:00:00 2001
From: kaiyu <404897439@qq.com>
Date: Thu, 26 Aug 2021 11:33:56 +0800
Subject: [PATCH] screen-manage                  单位转换插入添加日志功能                  修复organization插入Bug

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