41e2b260 by 周伟奇

Merge branch 'feature/qrs' into feature/uat-tmp

2 parents b27910ff 9fa779a3
......@@ -416,7 +416,7 @@ def pre_compare_license_contract_qrs(license_en, ocr_res_dict, field_list):
comments = compare_logic[name][3]
result_field_list.append((value, ocr_str, result, comments))
else:
result_field_list.append((empty_str, empty_str, consts.RESULT_N, no_find_comment))
result_field_list.append((empty_str, empty_str, consts.RESULT_Y, no_find_comment))
return result_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!