Merge branch 'feature/CHINARPA-3529'
Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -1462,6 +1462,7 @@ class Command(BaseCommand, LoggerMixin): | ... | @@ -1462,6 +1462,7 @@ class Command(BaseCommand, LoggerMixin): |
1462 | self.online_log.info('{0} [mo ni xia dan] [task={1}] [times={2}] ' | 1462 | self.online_log.info('{0} [mo ni xia dan] [task={1}] [times={2}] ' |
1463 | '[pdf_path={3}]'.format(self.log_base, task_str, | 1463 | '[pdf_path={3}]'.format(self.log_base, task_str, |
1464 | times, pdf_path)) | 1464 | times, pdf_path)) |
1465 | pdf_handler.e_contract_process() | ||
1465 | else: | 1466 | else: |
1466 | self.edms.download(pdf_path, doc.metadata_version_id, doc.document_scheme, business_type) | 1467 | self.edms.download(pdf_path, doc.metadata_version_id, doc.document_scheme, business_type) |
1467 | self.online_log.info('{0} [edms download success] [task={1}] [times={2}] ' | 1468 | self.online_log.info('{0} [edms download success] [task={1}] [times={2}] ' | ... | ... |
-
Please register or sign in to post a comment