| | |
| | | <mapper namespace="com.moral.mapper.AlarmMapper"> |
| | | <select id="getAlarmData" resultType="java.util.LinkedHashMap"> |
| | | SELECT |
| | | mac, |
| | | json_search ( json, 'all', '1' ) '1', |
| | | json_search ( json, 'all', '2' ) '2', |
| | | json_search ( json, 'all', '3' ) '3' |
| | |
| | | |
| | | <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, |