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
800edd99
authored
2024-08-07 14:38:54 +0800
by
冯轩
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
MOD:totalAssert改为totaAssert,为了和cms报文一致
1 parent
5f3d5bc1
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 @
800edd9
...
...
@@ -1140,7 +1140,7 @@ def get_se_cms_compare_info_auto(application_id, last_obj, application_entity, d
corporateFinancialInformation
=
cms_info
.
get
(
'corporateFinancialInformation'
,
{})
hashCode
=
corporateFinancialInformation
.
get
(
'hashCode'
,
''
)
fiscalYear
=
corporateFinancialInformation
.
get
(
'fiscalYear'
,
''
)
totalAssets
=
corporateFinancialInformation
.
get
(
'tota
l
Assets'
,
0
)
totalAssets
=
corporateFinancialInformation
.
get
(
'totaAssets'
,
0
)
totalLiabilitiesAndOwnersEquity
=
corporateFinancialInformation
.
get
(
'totalLiabilitiesAndOwnersEquity'
,
0
)
netProfit
=
corporateFinancialInformation
.
get
(
'netProfit'
,
0
)
if
is_bo_corporate
:
...
...
@@ -1796,7 +1796,7 @@ def get_se_cms_compare_info(application_id, last_obj, application_entity, detect
corporateFinancialInformation
=
cms_info
.
get
(
'corporateFinancialInformation'
,
{})
hashCode
=
corporateFinancialInformation
.
get
(
'hashCode'
,
''
)
fiscalYear
=
corporateFinancialInformation
.
get
(
'fiscalYear'
,
''
)
totalAssets
=
corporateFinancialInformation
.
get
(
'tota
l
Assets'
,
0
)
totalAssets
=
corporateFinancialInformation
.
get
(
'totaAssets'
,
0
)
totalLiabilitiesAndOwnersEquity
=
corporateFinancialInformation
.
get
(
'totalLiabilitiesAndOwnersEquity'
,
0
)
netProfit
=
corporateFinancialInformation
.
get
(
'netProfit'
,
0
)
if
is_bo_corporate
:
...
...
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