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
0faf8e94
authored
2025-01-27 16:32:16 +0800
by
冯轩
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'feature/CHINARPA-5075' into feature/uat-tmp
2 parents
315b5a64
cfea3881
Show 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 @
0faf8e9
...
...
@@ -1592,7 +1592,7 @@ def get_se_cms_compare_info_auto(application_id, last_obj, application_entity, d
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
))
down_payment_input
.
append
((
consts
.
SE_DP_FIELD
[
2
],
co_id
if
is_cdfl
else
main_id
))
down_payment_input
.
append
((
consts
.
SE_DP_FIELD
[
3
],
cms_info
.
get
(
'settlemnetVerification'
,
{})
.
get
(
'applicationNo'
,
''
)))
down_payment_input
.
append
((
consts
.
SE_DP_FIELD
[
4
],
legal_name
if
is_bo_corporate
else
borrower_name
))
down_payment_input
.
append
((
consts
.
SE_DP_FIELD
[
5
],
'有/无'
))
...
...
@@ -2246,7 +2246,7 @@ def get_se_cms_compare_info(application_id, last_obj, application_entity, detect
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
))
down_payment_input
.
append
((
consts
.
SE_DP_FIELD
[
2
],
co_id
if
is_cdfl
else
main_id
))
down_payment_input
.
append
((
consts
.
SE_DP_FIELD
[
3
],
cms_info
.
get
(
'settlemnetVerification'
,
{})
.
get
(
'applicationNo'
,
''
)))
down_payment_input
.
append
((
consts
.
SE_DP_FIELD
[
4
],
legal_name
if
is_bo_corporate
else
borrower_name
))
down_payment_input
.
append
((
consts
.
SE_DP_FIELD
[
5
],
'有/无'
))
...
...
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