IEC61850_ForPowerSupply_ForNW/src/com/power/alarm/Alarm_Param_SQL.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
IEC61850_ForPowerSupply_ForNW/src/com/power/alarm/Alarm_Param_SQL.java
@@ -11,6 +11,7 @@ import com.power.mysql.Sql_Mysql; public class Alarm_Param_SQL { public static final String PWRDEV_ALARM_PARAM_TABLE = "tb_pwrdev_alarm_param_"; static Logger logger = LogManager.getLogger(PowerData_RT_SQL.class); @@ -21,8 +22,8 @@ try { sql.sqlMysqlUseDB(Sql_Mysql.DB_PWRDEV_ALARM); boolean ex = sql.sqlMysqlCheckIfTableExist(Sql_Mysql.PWRDEV_ALARM_PARAM_TABLE+powerdevid+"`"); boolean ex = sql.sqlMysqlCheckIfTableExist(PWRDEV_ALARM_PARAM_TABLE+powerdevid); //System.out.println("ex:"+ex); if(!ex) {