Commit 079b9749 authored by zp's avatar zp

add

parent 21029eda
...@@ -1569,6 +1569,7 @@ public class ProductServiceImpl implements ProductService, Constant { ...@@ -1569,6 +1569,7 @@ public class ProductServiceImpl implements ProductService, Constant {
vo.setFundId(ls.getId()); vo.setFundId(ls.getId());
vo.setProductType(4); vo.setProductType(4);
vo.setFundName(ls.getFundName()); vo.setFundName(ls.getFundName());
vo.setProductName(ls.getFundName());
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