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
62a7558f
authored
2024-08-12 14:40:48 +0800
by
冯轩
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
MOD:利润表和资产负债表比对条件
1 parent
71653f5d
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 @
62a7558
...
...
@@ -1148,7 +1148,7 @@ def get_se_cms_compare_info_auto(application_id, last_obj, application_entity, d
financial_statement_input
.
append
((
consts
.
SE_FS_FIELD
[
1
],
consts
.
SE_STAMP_VALUE
))
financial_statement_input
.
append
((
consts
.
SE_FS_FIELD
[
2
],
fiscalYear
))
financial_statement_input
.
append
((
consts
.
SE_FS_FIELD
[
3
],
[
totalAssets
,
totalLiabilitiesAndOwnersEquity
]))
financial_statement_input
.
append
((
consts
.
SE_FS_FIELD
[
4
],
netProfit
))
financial_statement_input
.
append
((
consts
.
SE_FS_FIELD
[
4
],
[
netProfit
]
))
financial_statement_info
[
consts
.
FS_EN
]
=
financial_statement_input
compare_info
[
'financialStatementInfo'
]
=
financial_statement_info
...
...
@@ -1804,7 +1804,7 @@ def get_se_cms_compare_info(application_id, last_obj, application_entity, detect
financial_statement_input
.
append
((
consts
.
SE_FS_FIELD
[
1
],
consts
.
SE_STAMP_VALUE
))
financial_statement_input
.
append
((
consts
.
SE_FS_FIELD
[
2
],
fiscalYear
))
financial_statement_input
.
append
((
consts
.
SE_FS_FIELD
[
3
],
[
totalAssets
,
totalLiabilitiesAndOwnersEquity
]))
financial_statement_input
.
append
((
consts
.
SE_FS_FIELD
[
4
],
netProfit
))
financial_statement_input
.
append
((
consts
.
SE_FS_FIELD
[
4
],
[
netProfit
]
))
financial_statement_info
[
consts
.
FS_EN
]
=
financial_statement_input
compare_info
[
'financialStatementInfo'
]
=
financial_statement_info
...
...
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