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

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

基金行家 需求 提交37

See merge request !6
parents c24f029a ebd16491
......@@ -198,7 +198,7 @@ public class ProductServiceImpl implements ProductService, Constant {
vo.setRetYtd(multiply100(fundCount.getRetYtd()));
vo.setRetIncep(multiply100(fundCount.getRetIncep()));
vo.setSharperatioIncep(multiply100(fundCount.getSharperatioIncep()));
vo.setSharperatioIncep(BigDecimalUtil.toString(fundCount.getSharperatioIncep()));
vo.setMaxdrawdownIncep(multiply100(fundCount.getMaxdrawdownIncep()));
vo.setRetIncepA(multiply100(fundCount.getRetIncepA()));
if (ObjectUtil.isNotNull(fundInfo.getInceptionDate())) {
......
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