lizijie
2022-05-20 3d685203e77cd8deb2982856ee70f4d51d7ce8db
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,