b45fd730 by 冯轩

MOD:主借人公户标志被覆盖的问题

1 parent 62a7558f
......@@ -934,6 +934,7 @@ def get_se_cms_compare_info_auto(application_id, last_obj, application_entity, d
# is_cdfl = True # 车贷分离
is_cdfl_bo = False # 车贷分离,主借
is_cdfl_co = False # 车贷分离,共借
is_bo_corporate = False
role_count = 0
borrower_name = ''
# province = cms_info.get('province', '')
......@@ -956,7 +957,6 @@ def get_se_cms_compare_info_auto(application_id, last_obj, application_entity, d
is_cdfl_bo = True
# CHINARPA-4660 是否公户判断
is_bo_corporate = False
customersubType = individual_info.get('customersubType', '')
if individual_info['applicantType'] == consts.APPLICANT_TYPE_ORDER[0] and is_corporate:
is_bo_corporate = True
......@@ -1590,6 +1590,7 @@ def get_se_cms_compare_info(application_id, last_obj, application_entity, detect
# 个人信息证件------------------------------------------------------------------------------------------------------
is_cdfl_bo = False # 车贷分离,主借
is_cdfl_co = False # 车贷分离,共借
is_bo_corporate = False
role_count = 0
borrower_name = ''
# province = cms_info.get('province', '')
......@@ -1612,7 +1613,6 @@ def get_se_cms_compare_info(application_id, last_obj, application_entity, detect
is_cdfl_bo = True
# CHINARPA-4660 是否公户判断
is_bo_corporate = False
customersubType = individual_info.get('customersubType', '')
if individual_info['applicantType'] == consts.APPLICANT_TYPE_ORDER[0] and is_corporate:
is_bo_corporate = True
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!