理财批量预提优化
This commit is contained in:
parent
b8e944c13e
commit
04199385e0
|
|
@ -129,7 +129,8 @@ public class CimIntBillBatchFormPlugin extends AbstractFormPlugin implements Plu
|
||||||
.subtract(iopv.multiply(buycopies).multiply(redProductAmount));
|
.subtract(iopv.multiply(buycopies).multiply(redProductAmount));
|
||||||
|
|
||||||
// 将计算结果设置到模型
|
// 将计算结果设置到模型
|
||||||
this.getModel().setValue("interestamt", preIncome, i);
|
this.getModel().setValue("interestamt", preIncome, i);//本次测算预提收益
|
||||||
|
this.getModel().setValue("actualinstamt", preIncome, i);//本次实际预提收益
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue