From cb59966a148f601c41e77637be701fda04251d91 Mon Sep 17 00:00:00 2001 From: lizijie <lzjiiie@163.com> Date: Tue, 14 Jun 2022 14:14:53 +0800 Subject: [PATCH] 添加需要离线报警程序,分钟数据统计往前移一分钟 --- src/main/resources/mapper/HistoryMinutelyMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/resources/mapper/HistoryMinutelyMapper.xml b/src/main/resources/mapper/HistoryMinutelyMapper.xml index 8512a8c..27c3c4d 100644 --- a/src/main/resources/mapper/HistoryMinutelyMapper.xml +++ b/src/main/resources/mapper/HistoryMinutelyMapper.xml @@ -12,7 +12,7 @@ </insert> <update id="createHistoryMinutelyTable"> CREATE TABLE IF NOT EXISTS `history_minutely_${yearAndMonth}` ( - `mac` varchar(20) CHARACTER SET latin1 DEFAULT NULL, + `mac` varchar(30) CHARACTER SET latin1 DEFAULT NULL, `time` datetime DEFAULT NULL, `json` json DEFAULT NULL, KEY `_idx_mac` (`mac`) USING BTREE, -- Gitblit v1.8.0