d9c8bbe2 by 冯轩

MOD:流水两个reason中间换行

1 parent d157ec98
...@@ -2288,7 +2288,7 @@ def se_bs_compare(license_en, ocr_res_dict, strip_list, is_auto, aa_type): ...@@ -2288,7 +2288,7 @@ def se_bs_compare(license_en, ocr_res_dict, strip_list, is_auto, aa_type):
2288 result = consts.RESULT_Y if all(auto_elec_verify_list) else consts.RESULT_N1 2288 result = consts.RESULT_Y if all(auto_elec_verify_list) else consts.RESULT_N1
2289 reason1 = '<关注>第{0}份电子流水疑似造假,请核查excel。'.format('、'.join(auto_elec_verify_false_idx_list)) 2289 reason1 = '<关注>第{0}份电子流水疑似造假,请核查excel。'.format('、'.join(auto_elec_verify_false_idx_list))
2290 reason2 = '<关注>第{0}份流水为纸质版,请核查流水真伪。'.format('、'.join(auto_paper_verify_false_idx_list)) 2290 reason2 = '<关注>第{0}份流水为纸质版,请核查流水真伪。'.format('、'.join(auto_paper_verify_false_idx_list))
2291 reason = reason1 + reason2 2291 reason = reason1 + '\n' + reason2
2292 result_field_list.append((name, empty_str, result, json.dumps(verify_list, ensure_ascii=False), empty_str, empty_error_type, reason)) 2292 result_field_list.append((name, empty_str, result, json.dumps(verify_list, ensure_ascii=False), empty_str, empty_error_type, reason))
2293 # 非FSM Full & Auto CAA2 目前逻辑和上面的完全一样 2293 # 非FSM Full & Auto CAA2 目前逻辑和上面的完全一样
2294 elif aa_type == 'CAA2' : 2294 elif aa_type == 'CAA2' :
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!