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
b428b2f3
authored
2023-06-05 17:50:49 +0800
by
冯轩
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
FIX:is_fsm类型错误
1 parent
0af5cb40
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/apps/doc/views.py
src/apps/doc/views.py
View file @
b428b2f
...
...
@@ -1440,7 +1440,7 @@ class SECMSView(GenericView):
is_auto
=
cms_info
.
get
(
'AutoSettlement'
,
False
)
# fsm flag
fsm_contract
=
cms_info
.
get
(
'FSMContract'
,
False
)
is_fsm
=
1
if
fsm_contract
else
0
,
is_fsm
=
1
if
fsm_contract
else
0
auto_class
=
HILAutoSettlement
if
business_type
in
consts
.
HIL_SET
else
AFCAutoSettlement
auto_obj
=
auto_class
.
objects
.
filter
(
application_id
=
application_id
)
.
first
()
...
...
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