From 4f879df01e855d436c65e1fbdc74f64ce47c901b Mon Sep 17 00:00:00 2001
From: ZhuDongming <773644075@qq.com>
Date: Thu, 30 Apr 2020 16:49:15 +0800
Subject: [PATCH] update小时查询表时判断
---
src/main/resources/mapper/HistoryMapper.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/main/resources/mapper/HistoryMapper.xml b/src/main/resources/mapper/HistoryMapper.xml
index b45afab..4bfc446 100644
--- a/src/main/resources/mapper/HistoryMapper.xml
+++ b/src/main/resources/mapper/HistoryMapper.xml
@@ -224,7 +224,7 @@
h.value->'$.${sensorKey}' as '${sensorKey}'
</foreach>
FROM
- history as h
+ history_special as h
<where>
<if test="mac!=null">
and h.mac=#{mac}
--
Gitblit v1.8.0