init 5166
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -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 | ... | ... |
-
Please register or sign in to post a comment