c98a3add by 周伟奇

Merge branch 'feature/cms4' into feature/0918

2 parents ed98abdf e01e2f43
......@@ -1738,9 +1738,9 @@ TENANT_MAP = {
APPLICANT_TYPE_MAP = {
'Borrower': 'CUSTR',
'Co Borrower': 'COAPP',
'Co-Borrower': 'COAPP',
'Guarantor': 'GAUTR1',
'Mortgager': 'GAUTR2'
}
APPLICANT_TYPE_ORDER = ['Borrower', 'Co Borrower', 'Guarantor', 'Mortgager']
APPLICANT_TYPE_ORDER = ['Borrower', 'Co-Borrower', 'Guarantor', 'Mortgager']
......
......@@ -1395,7 +1395,7 @@ def se_compare_process(compare_info, ocr_res_dict):
failure_reason = {}
for info_key, info_value in compare_info.items():
if info_key == 'individualCusInfo':
if info_key in ['individualCusInfo', 'applicantInformation']:
for idx, license_list in info_value.items():
for license_dict in license_list:
for license_en, field_list in license_dict.items():
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!