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): ...@@ -416,7 +416,7 @@ def pre_compare_license_contract_qrs(license_en, ocr_res_dict, field_list):
416 comments = compare_logic[name][3] 416 comments = compare_logic[name][3]
417 result_field_list.append((value, ocr_str, result, comments)) 417 result_field_list.append((value, ocr_str, result, comments))
418 else: 418 else:
419 result_field_list.append((empty_str, empty_str, consts.RESULT_N, no_find_comment)) 419 result_field_list.append((empty_str, empty_str, consts.RESULT_Y, no_find_comment))
420 420
421 return result_field_list 421 return result_field_list
422 422
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!