MOD:证件号取值
Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -1583,7 +1583,7 @@ def get_se_cms_compare_info_auto(application_id, last_obj, application_entity, d | ... | @@ -1583,7 +1583,7 @@ def get_se_cms_compare_info_auto(application_id, last_obj, application_entity, d |
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', ''))) |
1585 | down_payment_input.append((consts.SE_DP_FIELD[1], borrower_name)) | 1585 | down_payment_input.append((consts.SE_DP_FIELD[1], borrower_name)) |
1586 | down_payment_input.append((consts.SE_DP_FIELD[2], borrower_idnum)) | 1586 | down_payment_input.append((consts.SE_DP_FIELD[2], co_id if is_cdfl else main_id)) |
1587 | down_payment_input.append((consts.SE_DP_FIELD[3], cms_info.get('settlemnetVerification', {}).get('applicationNo', ''))) | 1587 | down_payment_input.append((consts.SE_DP_FIELD[3], cms_info.get('settlemnetVerification', {}).get('applicationNo', ''))) |
1588 | down_payment_input.append((consts.SE_DP_FIELD[4], legal_name if is_bo_corporate else borrower_name )) | 1588 | down_payment_input.append((consts.SE_DP_FIELD[4], legal_name if is_bo_corporate else borrower_name )) |
1589 | down_payment_input.append((consts.SE_DP_FIELD[5], '有/无')) | 1589 | down_payment_input.append((consts.SE_DP_FIELD[5], '有/无')) |
... | @@ -2237,7 +2237,7 @@ def get_se_cms_compare_info(application_id, last_obj, application_entity, detect | ... | @@ -2237,7 +2237,7 @@ def get_se_cms_compare_info(application_id, last_obj, application_entity, detect |
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', ''))) |
2239 | down_payment_input.append((consts.SE_DP_FIELD[1], borrower_name)) | 2239 | down_payment_input.append((consts.SE_DP_FIELD[1], borrower_name)) |
2240 | down_payment_input.append((consts.SE_DP_FIELD[2], borrower_idnum)) | 2240 | down_payment_input.append((consts.SE_DP_FIELD[2], co_id if is_cdfl else main_id)) |
2241 | down_payment_input.append((consts.SE_DP_FIELD[3], cms_info.get('settlemnetVerification', {}).get('applicationNo', ''))) | 2241 | down_payment_input.append((consts.SE_DP_FIELD[3], cms_info.get('settlemnetVerification', {}).get('applicationNo', ''))) |
2242 | down_payment_input.append((consts.SE_DP_FIELD[4], legal_name if is_bo_corporate else borrower_name )) | 2242 | down_payment_input.append((consts.SE_DP_FIELD[4], legal_name if is_bo_corporate else borrower_name )) |
2243 | down_payment_input.append((consts.SE_DP_FIELD[5], '有/无')) | 2243 | down_payment_input.append((consts.SE_DP_FIELD[5], '有/无')) | ... | ... |
-
Please register or sign in to post a comment