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 ...@@ -1176,7 +1176,9 @@ def get_se_cms_compare_info_auto(application_id, last_obj, application_entity, d
1176 1176
1177 if isinstance(company_info, tuple) and company_info[0] == account_holder_name: 1177 if isinstance(company_info, tuple) and company_info[0] == account_holder_name:
1178 pass 1178 pass
1179 elif not ignore_bank: 1179 el
1180
1181 if not ignore_bank:
1180 bank_field_input = [ 1182 bank_field_input = [
1181 ('accountNo', account_no), 1183 ('accountNo', account_no),
1182 ('bankName', bank_name), 1184 ('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!