From 03f0f2915c883e1ff5797613727a018ef74103d6 Mon Sep 17 00:00:00 2001 From: "zhanglei@ap-leasing.com.cn" Date: Fri, 15 Sep 2023 16:26:55 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A3=8E=E6=8E=A7=E4=B8=AD=E5=8F=B0-=E6=A0=B9?= =?UTF-8?q?=E6=8D=AE=E9=A3=8E=E9=99=A9=E5=8F=8D=E9=A6=88=EF=BC=8C=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E5=90=88=E5=90=8C=E6=80=BB=E4=BB=B7=EF=BC=8C=E8=81=8C?= =?UTF-8?q?=E5=8A=A1=E7=AD=89=E5=8F=96=E5=80=BC=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/com/ample/esb/service/impl/AmpServiceImpl.java | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/com/ample/esb/service/impl/AmpServiceImpl.java b/src/com/ample/esb/service/impl/AmpServiceImpl.java index 0ab5fb00c..2b96e60ac 100644 --- a/src/com/ample/esb/service/impl/AmpServiceImpl.java +++ b/src/com/ample/esb/service/impl/AmpServiceImpl.java @@ -237,7 +237,8 @@ public class AmpServiceImpl extends EsbCommon implements AmpService { li.setMakerInterestTotal(makerInterestTotal); li.setMakerInterestTotalDeposit(""); li.setIsSubsity(IsSubsity); - li.setContractPriceTotal(boLcct.getAttribute("EQUIP_AMT").toString()); + //风险张琬璐要求改为商务条件页面的总价款 + li.setContractPriceTotal(boLcct.getAttribute("TOTAL_ALL").toString()); li.setMonthInterestRate(interestRate.divide(new BigDecimal("12"),4,BigDecimal.ROUND_HALF_UP).toString()); li.setPayType("银行卡直扣"); li.setPayRemark(""); @@ -471,7 +472,8 @@ public class AmpServiceImpl extends EsbCommon implements AmpService { ci.setAreaCode(""); ci.setExtentionNbr(""); ci.setPhoneTypeCde(""); - ci.setDesignationCde(""); + //职务 风险张琬璐要求用这个字段 + ci.setDesignationCde(empPositionCode); ci.setCityCde(""); ci.setStateCde(""); //省市区 @@ -625,7 +627,8 @@ public class AmpServiceImpl extends EsbCommon implements AmpService { co.setAreaCode(""); co.setExtentionNbr(""); co.setPhoneTypeCde(""); - co.setDesignationCde(""); + //职务 风险张琬璐要求用这个字段 + co.setDesignationCde(empPositionCode); co.setCityCde(""); co.setStateCde(""); //省市区 @@ -816,7 +819,8 @@ public class AmpServiceImpl extends EsbCommon implements AmpService { gr.setAreaCode(""); gr.setExtentionNbr(""); gr.setPhoneTypeCde(""); - gr.setDesignationCde(""); + //职务 风险张琬璐要求用这个字段 + gr.setDesignationCde(empPositionCode); gr.setCityCde(""); gr.setStateCde(""); //省市区