120db236 by 冯轩

ADD:log

1 parent 4dec7538
......@@ -1830,6 +1830,8 @@ def get_se_cms_compare_info(application_id, last_obj, application_entity, detect
account_holder_name = cms_info.get('bankAccountDetails', {}).get('accountHolderName', '')
is_gsyh = True if '工商' in bank_name else False
compare_log.info('[bank card get info] [application_id {0}] [company_info {1}] [account_holder_name {2}]'
.format(application_id, company_info, account_holder_name))
if isinstance(company_info, tuple) and company_info[0] == account_holder_name:
pass
elif not ignore_bank:
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!