Commit e087cc79 authored by 胡定国's avatar 胡定国

无净值产品增加附件

parent 079b9749
...@@ -1570,6 +1570,7 @@ public class ProductServiceImpl implements ProductService, Constant { ...@@ -1570,6 +1570,7 @@ public class ProductServiceImpl implements ProductService, Constant {
vo.setProductType(4); vo.setProductType(4);
vo.setFundName(ls.getFundName()); vo.setFundName(ls.getFundName());
vo.setProductName(ls.getFundName()); vo.setProductName(ls.getFundName());
vo.setFundFile(ls.getFundFile());
return vo; return vo;
}).collect(Collectors.toList()); }).collect(Collectors.toList());
} }
......
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