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
5d49d183
authored
2025-01-20 19:01:30 +0800
by
冯轩
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'feature/CHINARPA-5075' into feature/uat-tmp
2 parents
01e95400
c4f6329d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
src/apps/doc/consts.py
src/celery_compare/tasks.py
src/apps/doc/consts.py
View file @
5d49d18
...
...
@@ -1310,6 +1310,7 @@ COMPARE_FIELDS = (
HIL_CONTRACT_3_FIELD
,
FS_FIELD
,
FSS_FIELD
,
DP_FIELD
,
)
PRE_COMPARE_FIELDS
=
(
...
...
src/celery_compare/tasks.py
View file @
5d49d18
...
...
@@ -1587,7 +1587,7 @@ def get_se_cms_compare_info_auto(application_id, last_obj, application_entity, d
# 首付款承诺书
down_payment_info
=
{}
down_payment_input
=
{}
down_payment_input
=
[]
totalDownPayment
=
str
(
cms_info
.
get
(
'financialInformation'
,
{})
.
get
(
'totalDownPayment'
))
if
totalDownPayment
and
totalDownPayment
==
'0.00'
:
down_payment_input
.
append
((
consts
.
SE_DP_FIELD
[
0
],
cms_info
.
get
(
'financeCompany'
,
''
)))
...
...
@@ -2241,7 +2241,7 @@ def get_se_cms_compare_info(application_id, last_obj, application_entity, detect
# 首付款承诺书
down_payment_info
=
{}
down_payment_input
=
{}
down_payment_input
=
[]
totalDownPayment
=
str
(
cms_info
.
get
(
'financialInformation'
,
{})
.
get
(
'totalDownPayment'
))
if
totalDownPayment
and
totalDownPayment
==
'0.00'
:
down_payment_input
.
append
((
consts
.
SE_DP_FIELD
[
0
],
cms_info
.
get
(
'financeCompany'
,
''
)))
...
...
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