MOD:流水类型异常时返回文件未找到
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 | 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 | ... | ... |
-
Please register or sign in to post a comment