2368957d by 冯轩

Merge branch 'feature/filter-file' into feature/uat-tmp

2 parents e71bad69 687ba1a3
...@@ -633,7 +633,7 @@ class UploadDocView(GenericView, DocHandler): ...@@ -633,7 +633,7 @@ class UploadDocView(GenericView, DocHandler):
633 633
634 self.running_log.info('[doc upload applicationId-{0}] [ocr result saved]'.format(application_id)) 634 self.running_log.info('[doc upload applicationId-{0}] [ocr result saved]'.format(application_id))
635 if data_source == consts.DATA_SOURCE_LIST[1]: 635 if data_source == consts.DATA_SOURCE_LIST[1]:
636 if document_name.endswith('-证书.pdf') or document_name.endswith('-证书'): 636 if document_name.endswith('-证书.pdf') or document_name.endswith('-证书') or '-证书-bk-' in document_name:
637 self.running_log.info('[doc upload success] [eapp license skip] [args={0}]'.format(args)) 637 self.running_log.info('[doc upload success] [eapp license skip] [args={0}]'.format(args))
638 return response.ok() 638 return response.ok()
639 639
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!