From 6050927edf6c00f2f06b0b0775502d38eb5b7705 Mon Sep 17 00:00:00 2001
From: jinpengyong <jpy123456>
Date: Thu, 25 Nov 2021 13:37:37 +0800
Subject: [PATCH] 陆家设备因子浓度报警邮件

---
 src/main/resources/mapper/HistoryFiveMinutelyMapper.xml |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/mapper/HistoryFiveMinutelyMapper.xml b/src/main/resources/mapper/HistoryFiveMinutelyMapper.xml
index 3cd8ad5..eadaddb 100644
--- a/src/main/resources/mapper/HistoryFiveMinutelyMapper.xml
+++ b/src/main/resources/mapper/HistoryFiveMinutelyMapper.xml
@@ -45,7 +45,9 @@
         CREATE TABLE  IF NOT EXISTS `history_five_minutely_${yearAndMonth}` (
         `mac` varchar(20) CHARACTER SET latin1 DEFAULT NULL,
         `time` datetime DEFAULT NULL,
-        `json` json DEFAULT NULL
+        `json` json DEFAULT NULL,
+         KEY `idx_time` (`time`),
+         KEY `idx_mac` (`mac`)
         ) ENGINE=INNODB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci
     </update>
 

--
Gitblit v1.8.0