From 2c42977a1a38e4f079c5c44fe51a46c27b865f80 Mon Sep 17 00:00:00 2001 From: jinpengyong <jpy123456> Date: Fri, 23 Oct 2020 10:29:27 +0800 Subject: [PATCH] 增加天气城市配置表,优化相关接口 --- src/main/resources/mapper/HistoryFiveMinutelyMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/resources/mapper/HistoryFiveMinutelyMapper.xml b/src/main/resources/mapper/HistoryFiveMinutelyMapper.xml index 2dc2f89..840c753 100644 --- a/src/main/resources/mapper/HistoryFiveMinutelyMapper.xml +++ b/src/main/resources/mapper/HistoryFiveMinutelyMapper.xml @@ -11,7 +11,7 @@ </foreach> FROM history_minutely_${yearAndMonth} h - where h.time<![CDATA[>=]]>#{start} and h.time <![CDATA[<=]]> #{end} + where h.time<![CDATA[>=]]>#{start} and h.time <![CDATA[<]]> #{end} group by h.mac </select> -- Gitblit v1.8.0