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

无净值基金

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