Merge branch 'feature/CHINARPA-3813'
Showing
1 changed file
with
4 additions
and
4 deletions
... | @@ -3047,10 +3047,10 @@ def se_compare_process(compare_info, ocr_res_dict, is_gsyh, is_auto, id_res_list | ... | @@ -3047,10 +3047,10 @@ def se_compare_process(compare_info, ocr_res_dict, is_gsyh, is_auto, id_res_list |
3047 | or (result == consts.RESULT_N1 and license_en == consts.BS_EN) \ | 3047 | or (result == consts.RESULT_N1 and license_en == consts.BS_EN) \ |
3048 | or (result == consts.RESULT_N2 and license_en == consts.BS_EN): | 3048 | or (result == consts.RESULT_N2 and license_en == consts.BS_EN): |
3049 | # 确认书N2 | 3049 | # 确认书N2 |
3050 | if license_en == consts.AFC_CONTRACT_QRS_EN and name == consts.SE_AFC_CON_QRS_FIELD[0] and ocr_str == empty_str: | 3050 | #if license_en == consts.AFC_CONTRACT_QRS_EN and name == consts.SE_AFC_CON_QRS_FIELD[0] and ocr_str == empty_str: |
3051 | pass | 3051 | # pass |
3052 | else: | 3052 | #else: |
3053 | successful_at_this_level = False | 3053 | successful_at_this_level = False |
3054 | failed_count += 1 | 3054 | failed_count += 1 |
3055 | each_license_failed_count += 1 | 3055 | each_license_failed_count += 1 |
3056 | failure_field.append(name) | 3056 | failure_field.append(name) | ... | ... |
-
Please register or sign in to post a comment