Merge branch 'feature/CHINARPA-5015' into feature/uat-tmp
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -2338,7 +2338,7 @@ def se_bs_compare(license_en, ocr_res_dict, strip_list, is_auto, aa_type, allow_ | ... | @@ -2338,7 +2338,7 @@ def se_bs_compare(license_en, ocr_res_dict, strip_list, is_auto, aa_type, allow_ |
2338 | 2338 | ||
2339 | if all_zhifubao_weixin: | 2339 | if all_zhifubao_weixin: |
2340 | # 核查点名称,cms传值,比对结果,ocr结果,图片路径,错误类型,错误描述 | 2340 | # 核查点名称,cms传值,比对结果,ocr结果,图片路径,错误类型,错误描述 |
2341 | result_field_list.append(('类型', allow_bs_type, consts.RESULT_N, '全部为支付宝/微信', empty_str, empty_error_type, '高风险经销商流水类型异常')) | 2341 | result_field_list.append(('类型', allow_bs_type, consts.RESULT_N, '全部为支付宝/微信', empty_str, ErrorType.NF.value, '高风险经销商流水类型异常')) |
2342 | else: | 2342 | else: |
2343 | result_field_list.append(('类型', allow_bs_type, consts.RESULT_Y, '包含支付宝/微信以外流水', empty_str, empty_error_type, '')) | 2343 | result_field_list.append(('类型', allow_bs_type, consts.RESULT_Y, '包含支付宝/微信以外流水', empty_str, empty_error_type, '')) |
2344 | 2344 | ... | ... |
-
Please register or sign in to post a comment