diff --git a/WebContent/WEB-INF/etc/app/component/component-config.xml b/WebContent/WEB-INF/etc/app/component/component-config.xml index 12b578a41..9dc6a3f8b 100644 --- a/WebContent/WEB-INF/etc/app/component/component-config.xml +++ b/WebContent/WEB-INF/etc/app/component/component-config.xml @@ -1081,7 +1081,7 @@ - + diff --git a/calc/com/tenwa/reckon/product/ProductCondition.java b/calc/com/tenwa/reckon/product/ProductCondition.java index 57108ba24..096616812 100644 --- a/calc/com/tenwa/reckon/product/ProductCondition.java +++ b/calc/com/tenwa/reckon/product/ProductCondition.java @@ -207,6 +207,11 @@ public class ProductCondition { String colName=fee.getAttribute("itemname").getString();//费用名称 String isFina=fee.getAttribute("attribute2").getString();//是否参与融资 String fina = ProductParamUtil.getProductParameterValue(productId, "PRD0315",col,"FINAN"); + String cautionMoneymethod = ProductParamUtil.getProductParameterValue(productId, "PRD0315",col,"DepositStyle"); + if(!"".equals(cautionMoneymethod)&&cautionMoneymethod!=null){ + doTemp.setDefaultValue("CAUTION_MONEY_METHOD",cautionMoneymethod); + } + if("Y".equals(fina)){ fina = "finatype02"; }else {