From 3b50aa4a23bd3ccb2bf71109b84dea65bd9ffc07 Mon Sep 17 00:00:00 2001
From: jinpengyong <jpy123456>
Date: Wed, 06 May 2020 11:02:25 +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