修复查询问题诊断大数据挖掘方案查询详情异常bug
This commit is contained in:
parent
47ba742d54
commit
bd70b7e1ca
|
|
@ -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(phase_types)):
|
||||
for i in range(len(phase_type_list)):
|
||||
date = date_list[i]
|
||||
phase_type = phase_type_list[i]
|
||||
phase_detail = phase_detail_list[i]
|
||||
|
|
|
|||
Loading…
Reference in New Issue