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

净值

parent 18da22ec
......@@ -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