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
4030b809
authored
2023-08-04 17:53:17 +0800
by
冯轩
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
MOD:uat强制auto标识为true
1 parent
a18157ca
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
src/apps/doc/views.py
src/apps/doc/views.py
View file @
4030b80
...
...
@@ -1465,7 +1465,9 @@ class SECMSView(GenericView):
application_id
=
src_application_id
[:
src_application_id
.
rfind
(
'-'
)]
# auto flag
is_auto
=
cms_info
.
get
(
'AutoSettlement'
,
False
)
#is_auto = cms_info.get('AutoSettlement', False)
# uat 强制是true
is_auto
=
True
# fsm flag
fsm_contract
=
cms_info
.
get
(
'FSMContract'
,
False
)
is_fsm
=
1
if
fsm_contract
else
0
...
...
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