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
aa747d89
authored
2024-05-07 14:37:33 +0800
by
冯轩
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
FIX:issuerdealer长度判断bug
1 parent
9e44e31e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/celery_compare/tasks.py
src/celery_compare/tasks.py
View file @
aa747d8
...
...
@@ -1056,7 +1056,7 @@ def get_se_cms_compare_info_auto(application_id, last_obj, application_entity, d
# 新车发票----------------------------------------------------------------------------------------------------------
if
vehicle_status
==
'New'
:
vehicle_field_input
.
append
((
'vinNo'
,
vin_no
))
vehicle_field_input
.
append
((
'dealer'
,
dealer_name_list
if
len
(
issuer_dealer_list
)
==
0
else
issuer_dealer_list
))
vehicle_field_input
.
append
((
'dealer'
,
dealer_name_list
_ex
if
len
(
issuer_dealer_list
[
0
]
)
==
0
else
issuer_dealer_list
))
vehicle_field_input
.
append
((
'vehicleTransactionAmount'
,
amount
))
if
isinstance
(
company_info
,
tuple
):
...
...
@@ -1619,7 +1619,7 @@ def get_se_cms_compare_info(application_id, last_obj, application_entity, detect
# 新车发票----------------------------------------------------------------------------------------------------------
if
vehicle_status
==
'New'
:
vehicle_field_input
.
append
((
'vinNo'
,
vin_no
))
vehicle_field_input
.
append
((
'dealer'
,
dealer_name_list
if
len
(
issuer_dealer_list
)
==
0
else
issuer_dealer_list
))
vehicle_field_input
.
append
((
'dealer'
,
dealer_name_list
_ex
if
len
(
issuer_dealer_list
[
0
]
)
==
0
else
issuer_dealer_list
))
vehicle_field_input
.
append
((
'vehicleTransactionAmount'
,
amount
))
if
isinstance
(
company_info
,
tuple
):
...
...
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