修复路口诊断页面bug

This commit is contained in:
wangxu 2025-11-20 10:22:16 +08:00
parent 1621fbb79e
commit dad9b10edc
1 changed files with 1 additions and 1 deletions

View File

@ -1151,7 +1151,7 @@ def gen_high_stop_time_problems(avg_cross_delay_info, is_peak):
'child_detail': [ 'child_detail': [
{ {
'desc': desc, 'desc': desc,
'text': '车辆多次停车时长过长(' + str(avg_cross_delay_info.delay_info.stop_times) + '),整体运行效率不高', 'text': '车辆多次停车时长过长(' + str(round(avg_cross_delay_info.delay_info.stop_times, 2)) + '),整体运行效率不高',
} }
] ]
}] }]