d5ffc739 by 冯轩

FIX:bugs

1 parent 5e556253
......@@ -641,7 +641,7 @@ class UploadDocView(GenericView, DocHandler):
document_name=document_name,
document_scheme=document_scheme,
data_source=data_source,
is_ovp_fsm=1 if fsm else 0
is_ovp_fsm=1 if fsm else 0,
upload_finish_time=document.get('uploadFinishTime'),
password=pwd if isinstance(pwd, str) and len(pwd) > 0 else None,
)
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!