d424ce49 by 冯轩

MOD:流水类型异常时返回文件未找到

1 parent 8398c4fb
...@@ -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 2336
2337 if all_zhifubao_weixin: 2337 if all_zhifubao_weixin:
2338 # 核查点名称,cms传值,比对结果,ocr结果,图片路径,错误类型,错误描述 2338 # 核查点名称,cms传值,比对结果,ocr结果,图片路径,错误类型,错误描述
2339 result_field_list.append(('类型', allow_bs_type, consts.RESULT_N, '全部为支付宝/微信', empty_str, empty_error_type, '高风险经销商流水类型异常')) 2339 result_field_list.append(('类型', allow_bs_type, consts.RESULT_N, '全部为支付宝/微信', empty_str, ErrorType.NF.value, '高风险经销商流水类型异常'))
2340 else: 2340 else:
2341 result_field_list.append(('类型', allow_bs_type, consts.RESULT_Y, '包含支付宝/微信以外流水', empty_str, empty_error_type, '')) 2341 result_field_list.append(('类型', allow_bs_type, consts.RESULT_Y, '包含支付宝/微信以外流水', empty_str, empty_error_type, ''))
2342 2342
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!