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

基金短名称

parent 033bfbad
...@@ -307,7 +307,7 @@ public class ProductPrivateServiceImpl implements ProductPrivateService, Constan ...@@ -307,7 +307,7 @@ public class ProductPrivateServiceImpl implements ProductPrivateService, Constan
infoVO.setFundId(fundId); infoVO.setFundId(fundId);
if (infoMap.get(fundId) != null) { if (infoMap.get(fundId) != null) {
FundInfo fundInfo = infoMap.get(fundId); FundInfo fundInfo = infoMap.get(fundId);
infoVO.setFundName(fundInfo.getFundName()); infoVO.setFundName(fundInfo.getFundShortName());
infoVO.setRatioId(fundInfo.getPrimaryBenchmarkId()); infoVO.setRatioId(fundInfo.getPrimaryBenchmarkId());
if (fundInfo.getInceptionDate() != null) { if (fundInfo.getInceptionDate() != null) {
infoVO.setInceptionDate(fundInfo.getInceptionDate().getTime()); infoVO.setInceptionDate(fundInfo.getInceptionDate().getTime());
......
...@@ -676,7 +676,7 @@ public class ProductServiceImpl implements ProductService, Constant { ...@@ -676,7 +676,7 @@ public class ProductServiceImpl implements ProductService, Constant {
infoVO.setFundId(fundId); infoVO.setFundId(fundId);
if (infoMap.get(fundId) != null) { if (infoMap.get(fundId) != null) {
FundInfo fundInfo = infoMap.get(fundId); FundInfo fundInfo = infoMap.get(fundId);
infoVO.setFundName(fundInfo.getFundName()); infoVO.setFundName(fundInfo.getFundShortName());
infoVO.setRatioId(fundInfo.getPrimaryBenchmarkId()); infoVO.setRatioId(fundInfo.getPrimaryBenchmarkId());
} }
infoVO.setRetIncep(multiply100(l.getRetIncep())); infoVO.setRetIncep(multiply100(l.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