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

基金行家 需求 提交37

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