d5ffc739 by 冯轩

FIX:bugs

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