fc6ec508 by 冯轩

MOD:is_ovp_fsm 条件

1 parent dd7c6be2
No preview for this file type
...@@ -1167,7 +1167,7 @@ class DocView(DocGenericView, DocHandler): ...@@ -1167,7 +1167,7 @@ class DocView(DocGenericView, DocHandler):
1167 # co_applicant='', 1167 # co_applicant='',
1168 # guarantor_1='', 1168 # guarantor_1='',
1169 # guarantor_2='', 1169 # guarantor_2='',
1170 is_ovp_fsm=1 if fsm else 0, 1170 is_ovp_fsm=1 if fsm == 'Y' else 0,
1171 document_name=application_id, 1171 document_name=application_id,
1172 document_scheme=document_scheme, 1172 document_scheme=document_scheme,
1173 data_source=data_source, 1173 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!