设备实时告警和设备历史告警中添加对于基站停电,发电,掉站,开门的告警
2个文件已修改
8 ■■■■■ 已修改文件
gx_tieta/WebRoot/equipHistWarn1.jsp 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
gx_tieta/WebRoot/equipWarn1.jsp 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
gx_tieta/WebRoot/equipHistWarn1.jsp
@@ -679,6 +679,10 @@
                case 618503:return "设备过温告警";
                case 618504:return "二极管D1告警";
                case 119023:return "续航不足告警";
                case 119024:return "基站停电告警";
                case 119025:return "基站发电告警";
                case 119026:return "基站掉站告警";
                case 119027:return "基站开门告警";
            }
        }
        return "通信故障";
gx_tieta/WebRoot/equipWarn1.jsp
@@ -723,6 +723,10 @@
                    case 618503:return "设备过温告警";
                    case 618504:return "二极管D1告警";
                    case 119023:return "续航不足告警";
                    case 119024:return "基站停电告警";
                    case 119025:return "基站发电告警";
                    case 119026:return "基站掉站告警";
                    case 119027:return "基站开门告警";
                }
            }
            return "通信故障";