From a49745465c5da3d4efa6b67663ae46eb2e0c1a71 Mon Sep 17 00:00:00 2001 From: "zhanglei@ap-leasing.com.cn" Date: Wed, 6 Sep 2023 09:11:26 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A3=8E=E6=8E=A7=E4=B8=AD=E5=8F=B0=E5=AF=B9?= =?UTF-8?q?=E6=8E=A5-=E4=BF=AE=E5=A4=8D=E5=B1=9E=E6=80=A7=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/com/ample/esb/service/impl/AmpServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();