fc6ec508 by 冯轩

MOD:is_ovp_fsm 条件

1 parent dd7c6be2
No preview for this file type
......@@ -1167,7 +1167,7 @@ class DocView(DocGenericView, DocHandler):
# co_applicant='',
# guarantor_1='',
# guarantor_2='',
is_ovp_fsm=1 if fsm else 0,
is_ovp_fsm=1 if fsm == 'Y' else 0,
document_name=application_id,
document_scheme=document_scheme,
data_source=data_source,
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!