Commit 9bfce7d5 authored by 吴泽佳's avatar 吴泽佳

基金行家 需求 提交42

parent ebd16491
......@@ -602,7 +602,7 @@ public class ProductServiceImpl implements ProductService, Constant {
BonusRatioVO vo = new BonusRatioVO();
vo.setType(l.getDistributeType());
vo.setTime(l.getDistributeDate().getTime());
vo.setDistribution(BigDecimalUtil.toString(l.getDistribution(), 2));
vo.setDistribution(BigDecimalUtil.toString(l.getDistribution(), 4));
return vo;
}).collect(Collectors.toList());
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment