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