Merge branch 'feature/filter-file' into feature/uat-tmp
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -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 | ... | ... |
-
Please register or sign in to post a comment