diff --git a/src/com/ample/esb/service/impl/AmpServiceImpl.java b/src/com/ample/esb/service/impl/AmpServiceImpl.java index 63a6c8f9a..1b86dc7cd 100644 --- a/src/com/ample/esb/service/impl/AmpServiceImpl.java +++ b/src/com/ample/esb/service/impl/AmpServiceImpl.java @@ -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();