Commit b58e3127 authored by 张亚辉's avatar 张亚辉

Merge branch 'v1.3.3' into dev

parents a25cd0f5 03465534
...@@ -2456,7 +2456,7 @@ public class ProductServiceImpl implements ProductService, Constant { ...@@ -2456,7 +2456,7 @@ public class ProductServiceImpl implements ProductService, Constant {
IfaImportedNonavFundExample example = new IfaImportedNonavFundExample(); IfaImportedNonavFundExample example = new IfaImportedNonavFundExample();
example.createCriteria().andIdIn(ids).andDeleteTagEqualTo(BizEnums.DeleteTag.tag_init); example.createCriteria().andIdIn(ids).andDeleteTagEqualTo(BizEnums.DeleteTag.tag_init);
List<IfaImportedNonavFund> ifaImportedNonavFundList = ifaImportedNonavFundMapper.selectByExample(example); List<IfaImportedNonavFund> ifaImportedNonavFundList = ifaImportedNonavFundMapper.selectByExample(example);
if (CollectionUtils.isNotEmpty(ifaImportedNonavFundList)) { if (CollectionUtils.isEmpty(ifaImportedNonavFundList)) {
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