ADD:log
Showing
1 changed file
with
2 additions
and
0 deletions
... | @@ -1830,6 +1830,8 @@ def get_se_cms_compare_info(application_id, last_obj, application_entity, detect | ... | @@ -1830,6 +1830,8 @@ def get_se_cms_compare_info(application_id, last_obj, application_entity, detect |
1830 | account_holder_name = cms_info.get('bankAccountDetails', {}).get('accountHolderName', '') | 1830 | account_holder_name = cms_info.get('bankAccountDetails', {}).get('accountHolderName', '') |
1831 | is_gsyh = True if '工商' in bank_name else False | 1831 | is_gsyh = True if '工商' in bank_name else False |
1832 | 1832 | ||
1833 | compare_log.info('[bank card get info] [application_id {0}] [company_info {1}] [account_holder_name {2}]' | ||
1834 | .format(application_id, company_info, account_holder_name)) | ||
1833 | if isinstance(company_info, tuple) and company_info[0] == account_holder_name: | 1835 | if isinstance(company_info, tuple) and company_info[0] == account_holder_name: |
1834 | pass | 1836 | pass |
1835 | elif not ignore_bank: | 1837 | elif not ignore_bank: | ... | ... |
-
Please register or sign in to post a comment