Commit 6f58466e authored by 张亚辉's avatar 张亚辉

成立日期

parents f57a5e50 54582498
......@@ -187,7 +187,7 @@ public class ProductServiceImpl implements ProductService, Constant {
Map<String, FundRateMapping> rateMappingMap = getStringFundRateMappingMap(Lists.newArrayList(id));
getMinInvestmentShare(rateMappingMap, fundInfo.getId(), vo);
long betweenMonth = 0L;
long betweenMonth = 0;
if (ObjectUtil.isNotNull(fundInfo.getInceptionDate())) {
betweenMonth = DateUtil.betweenMonth(fundInfo.getInceptionDate(), new Date(), false);
BigDecimal bigDecimal = new BigDecimal(betweenMonth);
......
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