Commit 5b5d245c authored by 吴泽佳's avatar 吴泽佳

Merge branch 'master' into 'dev'

Master

See merge request !2
parents bb49b089 ea052296
......@@ -1454,7 +1454,7 @@ public class ProductServiceImpl implements ProductService, Constant {
List<IfaImportedFundNav> navList = ifaImportedFundNavMapper.selectByExample(navExample);
if (CollectionUtils.isNotEmpty(navList)) {
detailResp.setNet(Net.builder().netDate(navList.get(0).getPriceDate().getTime())
.netValue(BigDecimalUtil.toString(navList.get(0).getCumulativeNav(), 4)).build());
.netValue(BigDecimalUtil.toString(navList.get(0).getNav(), 4)).build());
}
}
......
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