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
fa023243
authored
2025-01-20 17:01:28 +0800
by
冯轩
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
MOD:dp判断条件
1 parent
eb90c170
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 @
fa02324
...
...
@@ -1580,7 +1580,7 @@ def get_se_cms_compare_info_auto(application_id, last_obj, application_entity, d
down_payment_info
=
{}
down_payment_input
=
{}
totalDownPayment
=
str
(
cms_info
.
get
(
'financialInformation'
,
{})
.
get
(
'totalDownPayment'
))
if
totalDownPayment
and
totalDownPayment
==
0
:
if
totalDownPayment
and
totalDownPayment
==
'0.00'
:
down_payment_input
.
append
((
consts
.
SE_DP_FIELD
[
0
],
cms_info
.
get
(
'financeCompany'
,
''
)))
down_payment_input
.
append
((
consts
.
SE_DP_FIELD
[
1
],
borrower_name
))
down_payment_input
.
append
((
consts
.
SE_DP_FIELD
[
2
],
borrower_idnum
))
...
...
@@ -2234,7 +2234,7 @@ def get_se_cms_compare_info(application_id, last_obj, application_entity, detect
down_payment_info
=
{}
down_payment_input
=
{}
totalDownPayment
=
str
(
cms_info
.
get
(
'financialInformation'
,
{})
.
get
(
'totalDownPayment'
))
if
totalDownPayment
and
totalDownPayment
==
0
:
if
totalDownPayment
and
totalDownPayment
==
'0.00'
:
down_payment_input
.
append
((
consts
.
SE_DP_FIELD
[
0
],
cms_info
.
get
(
'financeCompany'
,
''
)))
down_payment_input
.
append
((
consts
.
SE_DP_FIELD
[
1
],
borrower_name
))
down_payment_input
.
append
((
consts
.
SE_DP_FIELD
[
2
],
borrower_idnum
))
...
...
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