Commit 564f7718 authored by 王亚雷's avatar 王亚雷

Merge remote-tracking branch 'origin/dev'

parents 490ff777 4fbb84f1
......@@ -196,7 +196,7 @@ public class ProductServiceImpl implements ProductService, Constant {
infos.forEach(info -> {
ProductInfoVO vo = new ProductInfoVO();
if (fundCountMap.containsKey(info.getId())) {
FundCount fundCount = fundCounts.get(0);
FundCount fundCount = fundCountMap.get(info.getId());
vo.setRet1m(multiply100(fundCount.getRet1m()));
vo.setRetIncep(multiply100(fundCount.getRetIncep()));
}
......
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