Merge branch 'feature/qrs' into feature/uat-tmp
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -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 | ... | ... |
-
Please register or sign in to post a comment