lizijie
2022-05-26 ed8c07e1870d8cd2151355ea34019a3f02087568
src/main/resources/mapper/AlarmMapper.xml
@@ -37,7 +37,7 @@
    <update id="createTable">
        CREATE TABLE IF NOT EXISTS `alarm_${yearAndMonth}` (
        `mac` varchar(20) CHARACTER SET utf8 DEFAULT NULL,
        `mac` varchar(30) CHARACTER SET utf8 DEFAULT NULL,
        `json` json DEFAULT NULL,
        `state` int(2) DEFAULT NULL,
        `time` datetime DEFAULT NULL,