DELL
2024-03-19 89194580fce783fbffe56eed60bb66ebccaa6988
IEC61850_ForPowerSupply_ForNW/src/com/power/alarm/PwrDeviceAlarm_Thread.java
@@ -320,6 +320,11 @@
         for(int n=0;n<m_AL_Data.getItemCount();n++) {
            
            PowerData_RT rtpd = m_AL_Data.getItem(n);
            if(115 != (rtpd.PowerDevDeviceId/1000000)) {
               //System.out.println(m_AL_Data.getItem(n).PowerDevDeviceId);
               continue;
            }
                        
            Alarm_Param_SQL.init_alarm_param_sql(rtpd.PowerDevDeviceId, m_Conn_Pool);