diff --git a/src/celery_compare/tasks.py b/src/celery_compare/tasks.py index 35b6c33..18e85f5 100644 --- a/src/celery_compare/tasks.py +++ b/src/celery_compare/tasks.py @@ -2992,10 +2992,10 @@ def se_compare_process(compare_info, ocr_res_dict, is_gsyh, is_auto, id_res_list total_fields += 1 if result == consts.RESULT_N: # 确认书N2 - if license_en == consts.AFC_CONTRACT_QRS_EN and name == consts.SE_AFC_CON_QRS_FIELD[0] and ocr_str == empty_str: - pass - else: - successful_at_this_level = False + #if license_en == consts.AFC_CONTRACT_QRS_EN and name == consts.SE_AFC_CON_QRS_FIELD[0] and ocr_str == empty_str: + # pass + #else: + successful_at_this_level = False failed_count += 1 each_license_failed_count += 1 failure_field.append(name)