b45fd730 by 冯轩

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

1 parent 62a7558f
...@@ -934,6 +934,7 @@ def get_se_cms_compare_info_auto(application_id, last_obj, application_entity, d ...@@ -934,6 +934,7 @@ def get_se_cms_compare_info_auto(application_id, last_obj, application_entity, d
934 # is_cdfl = True # 车贷分离 934 # is_cdfl = True # 车贷分离
935 is_cdfl_bo = False # 车贷分离,主借 935 is_cdfl_bo = False # 车贷分离,主借
936 is_cdfl_co = False # 车贷分离,共借 936 is_cdfl_co = False # 车贷分离,共借
937 is_bo_corporate = False
937 role_count = 0 938 role_count = 0
938 borrower_name = '' 939 borrower_name = ''
939 # province = cms_info.get('province', '') 940 # province = cms_info.get('province', '')
...@@ -956,7 +957,6 @@ def get_se_cms_compare_info_auto(application_id, last_obj, application_entity, d ...@@ -956,7 +957,6 @@ def get_se_cms_compare_info_auto(application_id, last_obj, application_entity, d
956 is_cdfl_bo = True 957 is_cdfl_bo = True
957 958
958 # CHINARPA-4660 是否公户判断 959 # CHINARPA-4660 是否公户判断
959 is_bo_corporate = False
960 customersubType = individual_info.get('customersubType', '') 960 customersubType = individual_info.get('customersubType', '')
961 if individual_info['applicantType'] == consts.APPLICANT_TYPE_ORDER[0] and is_corporate: 961 if individual_info['applicantType'] == consts.APPLICANT_TYPE_ORDER[0] and is_corporate:
962 is_bo_corporate = True 962 is_bo_corporate = True
...@@ -1590,6 +1590,7 @@ def get_se_cms_compare_info(application_id, last_obj, application_entity, detect ...@@ -1590,6 +1590,7 @@ def get_se_cms_compare_info(application_id, last_obj, application_entity, detect
1590 # 个人信息证件------------------------------------------------------------------------------------------------------ 1590 # 个人信息证件------------------------------------------------------------------------------------------------------
1591 is_cdfl_bo = False # 车贷分离,主借 1591 is_cdfl_bo = False # 车贷分离,主借
1592 is_cdfl_co = False # 车贷分离,共借 1592 is_cdfl_co = False # 车贷分离,共借
1593 is_bo_corporate = False
1593 role_count = 0 1594 role_count = 0
1594 borrower_name = '' 1595 borrower_name = ''
1595 # province = cms_info.get('province', '') 1596 # province = cms_info.get('province', '')
...@@ -1612,7 +1613,6 @@ def get_se_cms_compare_info(application_id, last_obj, application_entity, detect ...@@ -1612,7 +1613,6 @@ def get_se_cms_compare_info(application_id, last_obj, application_entity, detect
1612 is_cdfl_bo = True 1613 is_cdfl_bo = True
1613 1614
1614 # CHINARPA-4660 是否公户判断 1615 # CHINARPA-4660 是否公户判断
1615 is_bo_corporate = False
1616 customersubType = individual_info.get('customersubType', '') 1616 customersubType = individual_info.get('customersubType', '')
1617 if individual_info['applicantType'] == consts.APPLICANT_TYPE_ORDER[0] and is_corporate: 1617 if individual_info['applicantType'] == consts.APPLICANT_TYPE_ORDER[0] and is_corporate:
1618 is_bo_corporate = True 1618 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!