Merge branch 'feature/CHINARPA-5075' into feature/uat-tmp
Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -1592,7 +1592,7 @@ def get_se_cms_compare_info_auto(application_id, last_obj, application_entity, d | ... | @@ -1592,7 +1592,7 @@ def get_se_cms_compare_info_auto(application_id, last_obj, application_entity, d |
1592 | if totalDownPayment and totalDownPayment != '0.00': | 1592 | if totalDownPayment and totalDownPayment != '0.00': |
1593 | down_payment_input.append((consts.SE_DP_FIELD[0], cms_info.get('financeCompany', ''))) | 1593 | down_payment_input.append((consts.SE_DP_FIELD[0], cms_info.get('financeCompany', ''))) |
1594 | down_payment_input.append((consts.SE_DP_FIELD[1], borrower_name)) | 1594 | down_payment_input.append((consts.SE_DP_FIELD[1], borrower_name)) |
1595 | down_payment_input.append((consts.SE_DP_FIELD[2], borrower_idnum)) | 1595 | down_payment_input.append((consts.SE_DP_FIELD[2], co_id if is_cdfl else main_id)) |
1596 | down_payment_input.append((consts.SE_DP_FIELD[3], cms_info.get('settlemnetVerification', {}).get('applicationNo', ''))) | 1596 | down_payment_input.append((consts.SE_DP_FIELD[3], cms_info.get('settlemnetVerification', {}).get('applicationNo', ''))) |
1597 | down_payment_input.append((consts.SE_DP_FIELD[4], legal_name if is_bo_corporate else borrower_name )) | 1597 | down_payment_input.append((consts.SE_DP_FIELD[4], legal_name if is_bo_corporate else borrower_name )) |
1598 | down_payment_input.append((consts.SE_DP_FIELD[5], '有/无')) | 1598 | down_payment_input.append((consts.SE_DP_FIELD[5], '有/无')) |
... | @@ -2246,7 +2246,7 @@ def get_se_cms_compare_info(application_id, last_obj, application_entity, detect | ... | @@ -2246,7 +2246,7 @@ def get_se_cms_compare_info(application_id, last_obj, application_entity, detect |
2246 | if totalDownPayment and totalDownPayment != '0.00': | 2246 | if totalDownPayment and totalDownPayment != '0.00': |
2247 | down_payment_input.append((consts.SE_DP_FIELD[0], cms_info.get('financeCompany', ''))) | 2247 | down_payment_input.append((consts.SE_DP_FIELD[0], cms_info.get('financeCompany', ''))) |
2248 | down_payment_input.append((consts.SE_DP_FIELD[1], borrower_name)) | 2248 | down_payment_input.append((consts.SE_DP_FIELD[1], borrower_name)) |
2249 | down_payment_input.append((consts.SE_DP_FIELD[2], borrower_idnum)) | 2249 | down_payment_input.append((consts.SE_DP_FIELD[2], co_id if is_cdfl else main_id)) |
2250 | down_payment_input.append((consts.SE_DP_FIELD[3], cms_info.get('settlemnetVerification', {}).get('applicationNo', ''))) | 2250 | down_payment_input.append((consts.SE_DP_FIELD[3], cms_info.get('settlemnetVerification', {}).get('applicationNo', ''))) |
2251 | down_payment_input.append((consts.SE_DP_FIELD[4], legal_name if is_bo_corporate else borrower_name )) | 2251 | down_payment_input.append((consts.SE_DP_FIELD[4], legal_name if is_bo_corporate else borrower_name )) |
2252 | down_payment_input.append((consts.SE_DP_FIELD[5], '有/无')) | 2252 | down_payment_input.append((consts.SE_DP_FIELD[5], '有/无')) | ... | ... |
-
Please register or sign in to post a comment