687ba1a3 by 冯轩

init 5166

1 parent 46cd5314
...@@ -620,7 +620,7 @@ class UploadDocView(GenericView, DocHandler): ...@@ -620,7 +620,7 @@ class UploadDocView(GenericView, DocHandler):
620 620
621 self.running_log.info('[doc upload applicationId-{0}] [ocr result saved]'.format(application_id)) 621 self.running_log.info('[doc upload applicationId-{0}] [ocr result saved]'.format(application_id))
622 if data_source == consts.DATA_SOURCE_LIST[1]: 622 if data_source == consts.DATA_SOURCE_LIST[1]:
623 if document_name.endswith('-证书.pdf') or document_name.endswith('-证书'): 623 if document_name.endswith('-证书.pdf') or document_name.endswith('-证书') or '-证书-bk-' in document_name:
624 self.running_log.info('[doc upload success] [eapp license skip] [args={0}]'.format(args)) 624 self.running_log.info('[doc upload success] [eapp license skip] [args={0}]'.format(args))
625 return response.ok() 625 return response.ok()
626 626
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!