6cd561ad by 冯轩

init:4942,去掉公户不比对银行卡的特殊情况

1 parent a0d6443d
......@@ -1176,7 +1176,9 @@ def get_se_cms_compare_info_auto(application_id, last_obj, application_entity, d
if isinstance(company_info, tuple) and company_info[0] == account_holder_name:
pass
elif not ignore_bank:
el
if not ignore_bank:
bank_field_input = [
('accountNo', account_no),
('bankName', bank_name),
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!