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
31329bdf
authored
2023-01-15 12:43:00 +0800
by
王聪
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
cms_status_info update
1 parent
8f960373
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
src/apps/doc/views.py
src/apps/doc/views.py
View file @
31329bd
...
...
@@ -1401,6 +1401,7 @@ class SECMSView(GenericView):
fsm_best_price
=
cms_info
.
get
(
'FSMBestPrice'
,
False
)
if
fsm_contract
:
# 记录fsm 流程的cms 提交
try
:
cms_status_info
=
CmsStatusInfo
.
objects
.
filter
(
application_id
=
application_id
)
.
first
()
if
cms_status_info
:
cms_status_info
.
is_fsm
=
1
...
...
@@ -1411,6 +1412,8 @@ class SECMSView(GenericView):
cms_status_info
.
business_type
=
business_type
cms_status_info
.
is_fsm
=
1
cms_status_info
.
save
()
except
Exception
as
e
:
self
.
exception_log
.
exception
(
'[cms view] [cms_status_info db save failed] [error={0}]'
.
format
(
traceback
.
format_exc
()))
fsm_compare
.
apply_async
((
application_id
,
business_type
,
None
,
None
,
False
,
True
),
queue
=
'queue_compare'
)
else
:
...
...
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