修复查询问题诊断大数据挖掘方案查询详情异常bug

This commit is contained in:
wangxu 2025-11-12 15:04:25 +08:00
parent 3a30080330
commit 47ba742d54
1 changed files with 1 additions and 1 deletions

View File

@ -378,7 +378,7 @@ def query_cross_examine_records_detail(params):
tp_end = convert_time(row['end_hm'])
phase_type_list = phase_types.split('^')
phase_detail_list = phase_details.split('^')
for i in range(len(date_list)):
for i in range(len(phase_types)):
date = date_list[i]
phase_type = phase_type_list[i]
phase_detail = phase_detail_list[i]