Merge branch 'feature/CHINARPA-5117' into feature/uat-tmp
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -2336,7 +2336,7 @@ def se_bs_compare(license_en, ocr_res_dict, strip_list, is_auto, aa_type, allow_ | ... | @@ -2336,7 +2336,7 @@ def se_bs_compare(license_en, ocr_res_dict, strip_list, is_auto, aa_type, allow_ |
2336 | result = consts.RESULT_Y if all(auto_elec_verify_list) else consts.RESULT_N1 | 2336 | result = consts.RESULT_Y if all(auto_elec_verify_list) else consts.RESULT_N1 |
2337 | reason1 = '<关注>第{0}份电子流水疑似造假,请核查excel。'.format('、'.join(auto_elec_verify_false_idx_list)) | 2337 | reason1 = '<关注>第{0}份电子流水疑似造假,请核查excel。'.format('、'.join(auto_elec_verify_false_idx_list)) |
2338 | reason2 = '<关注>第{0}份流水为纸质版,请核查流水真伪。'.format('、'.join(auto_paper_verify_false_idx_list)) | 2338 | reason2 = '<关注>第{0}份流水为纸质版,请核查流水真伪。'.format('、'.join(auto_paper_verify_false_idx_list)) |
2339 | reason = reason1 + reason2 | 2339 | reason = reason1 + '\n' + reason2 |
2340 | result_field_list.append((name, empty_str, result, json.dumps(verify_list, ensure_ascii=False), empty_str, empty_error_type, reason)) | 2340 | result_field_list.append((name, empty_str, result, json.dumps(verify_list, ensure_ascii=False), empty_str, empty_error_type, reason)) |
2341 | 2341 | ||
2342 | 2342 | ... | ... |
-
Please register or sign in to post a comment