Merge branch 'feature/CHINARPA-3813' into feature/uat-tmp
Showing
1 changed file
with
4 additions
and
4 deletions
... | @@ -2992,10 +2992,10 @@ def se_compare_process(compare_info, ocr_res_dict, is_gsyh, is_auto, id_res_list | ... | @@ -2992,10 +2992,10 @@ def se_compare_process(compare_info, ocr_res_dict, is_gsyh, is_auto, id_res_list |
2992 | total_fields += 1 | 2992 | total_fields += 1 |
2993 | if result == consts.RESULT_N: | 2993 | if result == consts.RESULT_N: |
2994 | # 确认书N2 | 2994 | # 确认书N2 |
2995 | if license_en == consts.AFC_CONTRACT_QRS_EN and name == consts.SE_AFC_CON_QRS_FIELD[0] and ocr_str == empty_str: | 2995 | #if license_en == consts.AFC_CONTRACT_QRS_EN and name == consts.SE_AFC_CON_QRS_FIELD[0] and ocr_str == empty_str: |
2996 | pass | 2996 | # pass |
2997 | else: | 2997 | #else: |
2998 | successful_at_this_level = False | 2998 | successful_at_this_level = False |
2999 | failed_count += 1 | 2999 | failed_count += 1 |
3000 | each_license_failed_count += 1 | 3000 | each_license_failed_count += 1 |
3001 | failure_field.append(name) | 3001 | failure_field.append(name) | ... | ... |
-
Please register or sign in to post a comment