Commit 709f82bb authored by zp's avatar zp

add

parent e087cc79
...@@ -1559,7 +1559,7 @@ public class ProductServiceImpl implements ProductService, Constant { ...@@ -1559,7 +1559,7 @@ public class ProductServiceImpl implements ProductService, Constant {
@Override @Override
public List<ProductInfoVO> getProductListNotNet(List<String> ids) { public List<ProductInfoVO> getProductListNotNet(List<String> ids) {
IfaImportedNonavFundExample example = new IfaImportedNonavFundExample(); IfaImportedNonavFundExample example = new IfaImportedNonavFundExample();
example.createCriteria().andIdIn(ids); example.createCriteria().andIdIn(ids).andDeleteTagEqualTo(0);
List<IfaImportedNonavFund> ifaImportedNonavFunds = this.ifaImportedNonavFundMapper.selectByExample(example); List<IfaImportedNonavFund> ifaImportedNonavFunds = this.ifaImportedNonavFundMapper.selectByExample(example);
if (CollUtil.isEmpty(ifaImportedNonavFunds)) { if (CollUtil.isEmpty(ifaImportedNonavFunds)) {
return new ArrayList<>(0); return new ArrayList<>(0);
......
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