理财批量预提优化

This commit is contained in:
李贵强 2025-07-22 17:00:31 +08:00
parent b8e944c13e
commit 04199385e0
1 changed files with 2 additions and 1 deletions

View File

@ -129,7 +129,8 @@ public class CimIntBillBatchFormPlugin extends AbstractFormPlugin implements Plu
.subtract(iopv.multiply(buycopies).multiply(redProductAmount));
// 将计算结果设置到模型
this.getModel().setValue("interestamt", preIncome, i);
this.getModel().setValue("interestamt", preIncome, i);//本次测算预提收益
this.getModel().setValue("actualinstamt", preIncome, i);//本次实际预提收益
}
}
}