5707ba15 by 冯轩

Merge branch 'feature/CHINARPA-4942' into feature/uat-tmp

2 parents 52a6fa3f 6cd561ad
...@@ -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!