Commit 377a6cc5 authored by 张亚辉's avatar 张亚辉

产品查询

parent 865d0cf3
...@@ -707,7 +707,7 @@ public class ProductServiceImpl implements ProductService, Constant { ...@@ -707,7 +707,7 @@ public class ProductServiceImpl implements ProductService, Constant {
// 获取基金基本信息 // 获取基金基本信息
FundInfoExample example3 = new FundInfoExample(); FundInfoExample example3 = new FundInfoExample();
example2.createCriteria().andIdIn(fundIds).andDeleteTagEqualTo(ZERO_NUM); example3.createCriteria().andIdIn(fundIds).andDeleteTagEqualTo(ZERO_NUM);
Map<String, FundInfo> infoMap = this.fundInfoMapper.selectByExample(example3).stream() Map<String, FundInfo> infoMap = this.fundInfoMapper.selectByExample(example3).stream()
.collect(Collectors.toMap(FundInfo::getId, f -> f)); .collect(Collectors.toMap(FundInfo::getId, f -> f));
......
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