From b41e39cab33da257f1b2cf33123c1958102fa0e9 Mon Sep 17 00:00:00 2001 From: kaiyu <404897439@qq.com> Date: Fri, 06 Aug 2021 13:31:29 +0800 Subject: [PATCH] screen-api 取消测试时间戳 --- 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