提交人:陈绍鑫

日期:2025/10/30 18:30
内容:担保合同插件
This commit is contained in:
陈绍鑫 2025-10-30 16:13:34 +08:00
parent 393d2425dd
commit 4976c11722
1 changed files with 1 additions and 1 deletions

View File

@ -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);