fix:
1.信保费计算改变
This commit is contained in:
parent
e9fd2dfdf2
commit
362aefb41d
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user