From 4784ba9b5fe0d2c9ada694834ac6b0d0b7474b89 Mon Sep 17 00:00:00 2001 From: lizijie <lzjiiie@163.com> Date: Thu, 12 Aug 2021 15:52:23 +0800 Subject: [PATCH] special_device、special_device_history相关文件,special_device查询接口 --- 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