fc1c6769 by 冯轩

input type

1 parent fa023243
...@@ -1578,7 +1578,7 @@ def get_se_cms_compare_info_auto(application_id, last_obj, application_entity, d ...@@ -1578,7 +1578,7 @@ def get_se_cms_compare_info_auto(application_id, last_obj, application_entity, d
1578 1578
1579 # 首付款承诺书 1579 # 首付款承诺书
1580 down_payment_info = {} 1580 down_payment_info = {}
1581 down_payment_input = {} 1581 down_payment_input = []
1582 totalDownPayment = str(cms_info.get('financialInformation', {}).get('totalDownPayment')) 1582 totalDownPayment = str(cms_info.get('financialInformation', {}).get('totalDownPayment'))
1583 if totalDownPayment and totalDownPayment == '0.00': 1583 if totalDownPayment and totalDownPayment == '0.00':
1584 down_payment_input.append((consts.SE_DP_FIELD[0], cms_info.get('financeCompany', ''))) 1584 down_payment_input.append((consts.SE_DP_FIELD[0], cms_info.get('financeCompany', '')))
...@@ -2232,7 +2232,7 @@ def get_se_cms_compare_info(application_id, last_obj, application_entity, detect ...@@ -2232,7 +2232,7 @@ def get_se_cms_compare_info(application_id, last_obj, application_entity, detect
2232 2232
2233 # 首付款承诺书 2233 # 首付款承诺书
2234 down_payment_info = {} 2234 down_payment_info = {}
2235 down_payment_input = {} 2235 down_payment_input = []
2236 totalDownPayment = str(cms_info.get('financialInformation', {}).get('totalDownPayment')) 2236 totalDownPayment = str(cms_info.get('financialInformation', {}).get('totalDownPayment'))
2237 if totalDownPayment and totalDownPayment == '0.00': 2237 if totalDownPayment and totalDownPayment == '0.00':
2238 down_payment_input.append((consts.SE_DP_FIELD[0], cms_info.get('financeCompany', ''))) 2238 down_payment_input.append((consts.SE_DP_FIELD[0], cms_info.get('financeCompany', '')))
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!