Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
周伟奇
/
bmw-ocr
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
88b154cc
authored
2024-11-05 14:55:59 +0800
by
冯轩
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'feature/CHINARPA-5015' into feature/uat-tmp
2 parents
821ed58a
d424ce49
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/celery_compare/tasks.py
src/celery_compare/tasks.py
View file @
88b154c
...
...
@@ -2338,7 +2338,7 @@ def se_bs_compare(license_en, ocr_res_dict, strip_list, is_auto, aa_type, allow_
if
all_zhifubao_weixin
:
# 核查点名称,cms传值,比对结果,ocr结果,图片路径,错误类型,错误描述
result_field_list
.
append
((
'类型'
,
allow_bs_type
,
consts
.
RESULT_N
,
'全部为支付宝/微信'
,
empty_str
,
empty_error_typ
e
,
'高风险经销商流水类型异常'
))
result_field_list
.
append
((
'类型'
,
allow_bs_type
,
consts
.
RESULT_N
,
'全部为支付宝/微信'
,
empty_str
,
ErrorType
.
NF
.
valu
e
,
'高风险经销商流水类型异常'
))
else
:
result_field_list
.
append
((
'类型'
,
allow_bs_type
,
consts
.
RESULT_Y
,
'包含支付宝/微信以外流水'
,
empty_str
,
empty_error_type
,
''
))
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment