68084607 by 冯轩

Merge branch 'feature/CHINAPRA-4447' into feature/uat-tmp

2 parents 310ac394 d5ffc739
......@@ -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!