f78267cb by 冯轩

Merge branch 'feature/CHINARPA-3786' into feature/uat-tmp

2 parents 5c841b8b 2402ee8e
...@@ -2046,7 +2046,7 @@ def se_bs_compare(license_en, ocr_res_dict, strip_list, is_auto, aa_type): ...@@ -2046,7 +2046,7 @@ def se_bs_compare(license_en, ocr_res_dict, strip_list, is_auto, aa_type):
2046 auto_elec_verify_false_idx_list.append(str(tmp_idx+1)) 2046 auto_elec_verify_false_idx_list.append(str(tmp_idx+1))
2047 else: 2047 else:
2048 auto_paper_verify_list.append(verify_bool) 2048 auto_paper_verify_list.append(verify_bool)
2049 verify_list.add(False) 2049 verify_list.append(False)
2050 auto_paper_verify_false_idx_list.append(str(tmp_idx+1)) 2050 auto_paper_verify_false_idx_list.append(str(tmp_idx+1))
2051 2051
2052 for idx, (name, value) in enumerate(pre_field_list): 2052 for idx, (name, value) in enumerate(pre_field_list):
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!