lizijie
2022-05-05 2a8de579cdb672a24b92f8f28a67e8fb516a5271
src/main/resources/mapper/HistoryMapper.xml
@@ -250,7 +250,7 @@
    <update id="createHistoryTable" parameterType="String">
        CREATE TABLE history_${yearMonthDay} (
        `mac` varchar(20) DEFAULT NULL,
        `mac` varchar(30) DEFAULT NULL,
        `value` json DEFAULT NULL,
        `time` datetime DEFAULT NULL,
        `version` int(11) DEFAULT NULL,