Commit 29a7c16e authored by zp's avatar zp

add

parent 7febcd23
......@@ -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