From 357e49700f574b473c41a933928353c320789b01 Mon Sep 17 00:00:00 2001 From: xuwang Date: Wed, 27 May 2026 11:41:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=B7=AF=E5=8F=A3=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E8=AF=8A=E6=96=AD=E9=97=AE=E9=A2=98=E5=88=97=E8=A1=A8?= =?UTF-8?q?=EF=BC=8C=E6=96=B0=E5=A2=9E=E8=B7=AF=E5=8F=A3=E8=A1=8C=E6=94=BF?= =?UTF-8?q?=E8=BE=96=E5=8C=BA=E4=BF=A1=E6=81=AF=E8=BF=94=E5=9B=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/monitor_common.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/monitor_common.py b/app/monitor_common.py index c6e22b2..5eb9298 100644 --- a/app/monitor_common.py +++ b/app/monitor_common.py @@ -340,6 +340,7 @@ def gen_cross_delay_info_list(userid, area_id, nodeid, date_type, cross_report_p all_cross_index_dict[crossid]['cross_model'] = cross_model_str all_cross_index_dict[crossid]['internet'] = internet_name all_cross_index_dict[crossid]['slc_company'] = slc_company_name + all_cross_index_dict[crossid]['division'] = routing_crosses_dict[crossid]['division'] all_cross_index_dict[crossid]['worst_service_level'] = 'A' delay_infos = all_cross_index_dict[crossid]['delay_infos']