fix:
1.信保费计算改变
This commit is contained in:
parent
a68e999469
commit
201d456353
@ -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