IEC61850_ForPowerSupply/src/com/power/mysql/Sql_Mysql.java
@@ -471,6 +471,8 @@ + "`alm_confirmed_time` DATETIME NOT NULL DEFAULT '1982-01-01 00:00:00', " + "`alm_cleared_type` INT NOT NULL DEFAULT 0, " + "`usr_Id` INT NOT NULL DEFAULT 0, " + "`alm_trigger` int(11) NOT NULL DEFAULT '0' COMMENT '告警来源[0-来源于点表;1-来源于电源告警参数]' " + "`alm_severity` int(11) NOT NULL DEFAULT '0' COMMENT '告警重要等级[0:重要;1:紧急]' " + "INDEX index_record_id (`record_id`), " + "INDEX index_pwrdev_id (`PowerDeviceId`), " + "INDEX index_alm_type (`alm_type`), "