Commit 16107050 authored by 张亚辉's avatar 张亚辉

基金搜索

parent a7d9e2c1
...@@ -2514,7 +2514,7 @@ public class ProductServiceImpl implements ProductService, Constant { ...@@ -2514,7 +2514,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