FIX:se_compare_process参数加aa_type
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -3124,7 +3124,7 @@ def se_compare_auto(application_id, application_entity, ocr_res_id, last_obj, oc | ... | @@ -3124,7 +3124,7 @@ def se_compare_auto(application_id, application_entity, ocr_res_id, last_obj, oc |
3124 | last_obj, application_entity, ignore_bank=ignore_bank) | 3124 | last_obj, application_entity, ignore_bank=ignore_bank) |
3125 | compare_result, total_fields, failed_count, successful_at_this_level, failure_reason_str, \ | 3125 | compare_result, total_fields, failed_count, successful_at_this_level, failure_reason_str, \ |
3126 | cn_failure_reason_str, bs_failure_reason_str, _, field_result_dict = se_compare_process( | 3126 | cn_failure_reason_str, bs_failure_reason_str, _, field_result_dict = se_compare_process( |
3127 | compare_info, ocr_res_dict, is_gsyh, True, id_res_list) | 3127 | compare_info, ocr_res_dict, is_gsyh, True, id_res_list, aa_type) |
3128 | compare_log.info('{0} [Auto SE] [compare success] [entity={1}] [id={2}] [ocr_res_id={3}] [result={4}]'.format( | 3128 | compare_log.info('{0} [Auto SE] [compare success] [entity={1}] [id={2}] [ocr_res_id={3}] [result={4}]'.format( |
3129 | log_base, application_entity, application_id, ocr_res_id, compare_result)) | 3129 | log_base, application_entity, application_id, ocr_res_id, compare_result)) |
3130 | except Exception as e: | 3130 | except Exception as e: | ... | ... |
-
Please register or sign in to post a comment