Commit 089fbc2b authored by 张亚辉's avatar 张亚辉

Merge branch 'v1.2.0' of 47.100.44.39:zhoupeng/tamp_fund into v1.2.0

parents 1bf73bd6 29a7c16e
......@@ -215,6 +215,10 @@ public class ProductServiceImpl implements ProductService, Constant {
vo.setProductType(Constant.ONE_NUM);
if (fundInfo.getFundType() != null) {
vo.setFundTypeName(ProductEnums.PrivateFundTypeEnum.getByFundType(fundInfo.getFundType()));
}
return vo;
}
......
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