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

基金短名称

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