From f2cf93a2e2ac0c30ea4aa65f707a71fcee63f1c9 Mon Sep 17 00:00:00 2001
From: kaiyu <404897439@qq.com>
Date: Thu, 05 Aug 2021 13:55:22 +0800
Subject: [PATCH] screen-manage 更改因子修改代码刷新缓存逻辑
---
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