风控中台对接-修复属性错误问题

This commit is contained in:
zhanglei@ap-leasing.com.cn 2023-09-06 09:11:26 +08:00
parent 8cd554e1a7
commit a49745465c

View File

@ -704,7 +704,7 @@ public class AmpServiceImpl extends EsbCommon implements AmpService {
String genderCode = ParamDataUtils.queryBcEnumType("sex",boLgu.getAttribute("SEX").toString());
String maritalStatusCode = ParamDataUtils.queryBcEnumType("marry",boLgu.getAttribute("Marital_status").toString());
String residentialStatusCode = ParamDataUtils.queryBcEnumType("Property_type",boLgu.getAttribute("residential_status").toString());
String MonthlyIncome = boLgu.getAttribute("smincome").toString();
String MonthlyIncome = boLgu.getAttribute("Major_monthly_income").toString();
String phoneCellPhone01 = boLgu.getAttribute("MOBILE").toString();
String empemployerName = boLgu.getAttribute("WORKCORP").toString();
String businessTypeCode = boLgu.getAttribute("enterprise_nature").toString();