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

Merge branch '20210426_not_net' into dev

parents 4a49d6e6 e087cc79
......@@ -1570,6 +1570,7 @@ public class ProductServiceImpl implements ProductService, Constant {
vo.setProductType(4);
vo.setFundName(ls.getFundName());
vo.setProductName(ls.getFundName());
vo.setFundFile(ls.getFundFile());
return vo;
}).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