1.信保费计算改变
This commit is contained in:
25655 2025-03-10 15:10:04 +08:00
parent e9fd2dfdf2
commit 362aefb41d

View File

@ -1540,6 +1540,7 @@ public class ClientUtils {
BigDecimal yem_e_creditamt = BigDecimalUtils.multiply(yem_e_interestamt,calculate,10);
yem_e_creditamt= BigDecimalUtils.multiply(yem_e_creditamt,yem_sinosurerate,10);
yem_e_creditamt = BigDecimalUtils.div(yem_e_creditamt, new BigDecimal(100),10);
yem_e_creditamt = BigDecimalUtils.div(yem_e_creditamt, new BigDecimal(100),10);
model.setValue("yem_e_creditamt", yem_e_creditamt, rowIdx);
}