parent
393d2425dd
commit
4976c11722
|
|
@ -279,7 +279,7 @@ public class GuaranteeContractFeeDetailPlugin extends AbstractBillPlugIn {
|
|||
}
|
||||
String shkd_csfy = (String) map.get("shkd_csfy");
|
||||
BigDecimal csfy = BigDecimal.valueOf(Double.parseDouble(shkd_csfy));
|
||||
this.getModel().setValue("shkd_ytcsfy",csfy,index);//费率
|
||||
this.getModel().setValue("shkd_ytfeeamt",csfy,index);
|
||||
//计算金额
|
||||
BigDecimal getbalance = getbalance(shkd_startdate, shkd_enddate, gstatus,fl);
|
||||
this.getModel().setValue("shkd_ytcsfy",getbalance,index);
|
||||
|
|
|
|||
Loading…
Reference in New Issue