c4a026fc by 冯轩

MOD:verify_list重复添加元素的问题

1 parent 2402ee8e
......@@ -2037,11 +2037,12 @@ def se_bs_compare(license_en, ocr_res_dict, strip_list, is_auto, aa_type):
pre_tmp_res_part = {}
verify_bool = ocr_res.get('verify', False)
e_bank = ocr_res.get('e_bank', False)
verify_list.append(verify_bool)
#verify_list.append(verify_bool)
if not verify_bool:
verify_false_idx_list.append(str(tmp_idx+1))
if e_bank:
auto_elec_verify_list.append(verify_bool)
verify_list.append(verify_bool)
if not verify_bool:
auto_elec_verify_false_idx_list.append(str(tmp_idx+1))
else:
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!