Bootstrap

分享简单的轮询代码

List orderIds = new ArrayList<>();
List<List> partition = ListUtils.partition(orderIds, 200);

这样就能去分段循环调用DAO了

;