Merge branch 'feature/CHINARPA-3786' into feature/uat-tmp
Showing
1 changed file
with
3 additions
and
1 deletions
... | @@ -3042,7 +3042,9 @@ def se_compare_process(compare_info, ocr_res_dict, is_gsyh, is_auto, id_res_list | ... | @@ -3042,7 +3042,9 @@ def se_compare_process(compare_info, ocr_res_dict, is_gsyh, is_auto, id_res_list |
3042 | each_license_failed_count = 0 | 3042 | each_license_failed_count = 0 |
3043 | for name, value, result, ocr_str, img_path, error_type, cn_reason in result_field_list: | 3043 | for name, value, result, ocr_str, img_path, error_type, cn_reason in result_field_list: |
3044 | total_fields += 1 | 3044 | total_fields += 1 |
3045 | if result == consts.RESULT_N: | 3045 | if result == consts.RESULT_N \ |
3046 | or (result == consts.RESULT_N1 and license_en == consts.BS_EN) \ | ||
3047 | or (result == consts.RESULT_N2 and license_en == consts.BS_EN): | ||
3046 | # 确认书N2 | 3048 | # 确认书N2 |
3047 | #if license_en == consts.AFC_CONTRACT_QRS_EN and name == consts.SE_AFC_CON_QRS_FIELD[0] and ocr_str == empty_str: | 3049 | #if license_en == consts.AFC_CONTRACT_QRS_EN and name == consts.SE_AFC_CON_QRS_FIELD[0] and ocr_str == empty_str: |
3048 | # pass | 3050 | # pass | ... | ... |
-
Please register or sign in to post a comment