init:4942,去掉公户不比对银行卡的特殊情况
Showing
1 changed file
with
3 additions
and
1 deletions
... | @@ -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), | ... | ... |
-
Please register or sign in to post a comment