Commit e37a0513 authored by 吴泽佳's avatar 吴泽佳

Merge branch 'v2.4.0-fund-iteration' into 'dev'

基金行家 需求 提交42

See merge request !7
parents f704ddb5 9bfce7d5
......@@ -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