风控中台-根据风险反馈,修改合同总价,职务等取值逻辑
This commit is contained in:
parent
650789f993
commit
03f0f2915c
@ -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("");
|
||||
//省市区
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user