Commit 5ecf8ef2 authored by 张亚辉's avatar 张亚辉

Merge branch 'yh_1207' into dev

parents 8847eaaa 16107050
...@@ -2518,7 +2518,7 @@ public class ProductServiceImpl implements ProductService, Constant { ...@@ -2518,7 +2518,7 @@ public class ProductServiceImpl implements ProductService, Constant {
fundInfoList.forEach(c -> { fundInfoList.forEach(c -> {
c.setFundType(ProductTypeEnum.TAMP.type); c.setFundType(ProductTypeEnum.TAMP.type);
if (finalFundCountMap != null && finalFundCountMap.containsKey(c.getId())) { if (finalFundCountMap != null && finalFundCountMap.containsKey(c.getId())) {
c.setRet1y(finalFundCountMap.get(c.getId()).getRet1y()); c.setRet1y(BigDecimalUtil.multiply100(finalFundCountMap.get(c.getId()).getRet1y()));
} }
if (finalFundNavMap != null && finalFundNavMap.containsKey(c.getId())) { if (finalFundNavMap != null && finalFundNavMap.containsKey(c.getId())) {
......
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