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
6968b10f
authored
2024-08-02 17:16:29 +0800
by
冯轩
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
MOD:金额 float比较
1 parent
95d4f773
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/celery_compare/tasks.py
src/celery_compare/tasks.py
View file @
6968b10
...
...
@@ -1154,7 +1154,7 @@ def get_se_cms_compare_info_auto(application_id, last_obj, application_entity, d
# 财报情况说明
financial_statement_supplementary_info
=
{}
financial_statement_supplementary_input
=
[]
need_fss
=
corporateFinancialInformation
.
get
(
'cashAndCashEquivalentAtEndOfPeriod'
,
''
)
==
0
need_fss
=
float
(
corporateFinancialInformation
.
get
(
'cashAndCashEquivalentAtEndOfPeriod'
,
''
)
)
==
0
if
need_fss
:
financial_statement_supplementary_input
.
append
((
consts
.
SE_FSS_FIELD
[
0
],
borrower_name
))
financial_statement_supplementary_input
.
append
((
consts
.
SE_FSS_FIELD
[
1
],
consts
.
SE_STAMP_VALUE
))
...
...
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