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):
auto_elec_verify_false_idx_list.append(str(tmp_idx+1))
else:
auto_paper_verify_list.append(verify_bool)
verify_list.add(False)
verify_list.append(False)
auto_paper_verify_false_idx_list.append(str(tmp_idx+1))
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!