From 3d685203e77cd8deb2982856ee70f4d51d7ce8db Mon Sep 17 00:00:00 2001 From: lizijie <lzjiiie@163.com> Date: Fri, 20 May 2022 11:33:42 +0800 Subject: [PATCH] 千灯转发数据添加恶臭两台微站数据 --- src/main/resources/mapper/HistoryHourlyMapper.xml | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/src/main/resources/mapper/HistoryHourlyMapper.xml b/src/main/resources/mapper/HistoryHourlyMapper.xml index 04e408d..169573f 100644 --- a/src/main/resources/mapper/HistoryHourlyMapper.xml +++ b/src/main/resources/mapper/HistoryHourlyMapper.xml @@ -102,4 +102,12 @@ AND `time` >= #{start} AND `time` <![CDATA[<]]> #{end} </select> + + <select id="selectDataByMac" resultType="java.lang.String"> + select + json + from history_hourly + where mac = #{mac} + and `time` = #{time} + </select> </mapper> \ No newline at end of file -- Gitblit v1.8.0