From 3f667355c7013b459f3ab5ec0c1bc035d7e2d5aa Mon Sep 17 00:00:00 2001
From: cjl <909710561@qq.com>
Date: Wed, 31 Jan 2024 10:57:28 +0800
Subject: [PATCH] fix:sql查询时间调整

---
 screen-job/src/main/resources/mapper/HistoryFiveMinutelyMapper.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/screen-job/src/main/resources/mapper/HistoryFiveMinutelyMapper.xml b/screen-job/src/main/resources/mapper/HistoryFiveMinutelyMapper.xml
index 175931e..83f4b75 100644
--- a/screen-job/src/main/resources/mapper/HistoryFiveMinutelyMapper.xml
+++ b/screen-job/src/main/resources/mapper/HistoryFiveMinutelyMapper.xml
@@ -4,7 +4,7 @@
 
     <update id="createTable" parameterType="String">
         CREATE TABLE  IF NOT EXISTS `history_five_minutely_${timeUnits}` (
-            `mac` VARCHAR (20) DEFAULT NULL COMMENT '������mac',
+            `mac` VARCHAR (30) DEFAULT NULL COMMENT '������mac',
             `time` datetime DEFAULT NULL COMMENT '������������',
             `value` json DEFAULT NULL COMMENT '������',
             KEY `idx_mac_time` (`mac`,`time`)

--
Gitblit v1.8.0