1d3d3b73 by 冯轩

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

2 parents f78267cb c4a026fc
...@@ -2037,11 +2037,12 @@ def se_bs_compare(license_en, ocr_res_dict, strip_list, is_auto, aa_type): ...@@ -2037,11 +2037,12 @@ def se_bs_compare(license_en, ocr_res_dict, strip_list, is_auto, aa_type):
2037 pre_tmp_res_part = {} 2037 pre_tmp_res_part = {}
2038 verify_bool = ocr_res.get('verify', False) 2038 verify_bool = ocr_res.get('verify', False)
2039 e_bank = ocr_res.get('e_bank', False) 2039 e_bank = ocr_res.get('e_bank', False)
2040 verify_list.append(verify_bool) 2040 #verify_list.append(verify_bool)
2041 if not verify_bool: 2041 if not verify_bool:
2042 verify_false_idx_list.append(str(tmp_idx+1)) 2042 verify_false_idx_list.append(str(tmp_idx+1))
2043 if e_bank: 2043 if e_bank:
2044 auto_elec_verify_list.append(verify_bool) 2044 auto_elec_verify_list.append(verify_bool)
2045 verify_list.append(verify_bool)
2045 if not verify_bool: 2046 if not verify_bool:
2046 auto_elec_verify_false_idx_list.append(str(tmp_idx+1)) 2047 auto_elec_verify_false_idx_list.append(str(tmp_idx+1))
2047 else: 2048 else:
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!