Commit bbb465b6 by kk

17257-运营导数据

parent 0695b437
...@@ -160,9 +160,6 @@ public class APlusProductServiceImpl extends ServiceImpl<APlusProductMapper, APl ...@@ -160,9 +160,6 @@ public class APlusProductServiceImpl extends ServiceImpl<APlusProductMapper, APl
if (published.isPresent() && !CollectionUtils.isEmpty(collect)) { if (published.isPresent() && !CollectionUtils.isEmpty(collect)) {
idList.addAll(collect); idList.addAll(collect);
} }
if (idList.size() > 40) {
break;
}
} }
return; return;
}); });
......
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