风控中台对接-修复属性错误问题
This commit is contained in:
parent
8cd554e1a7
commit
a49745465c
@ -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();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user