分页jdk1.8

List<PPSIIResp> influenceIndexRespList = dataServiceDetailMapper.listPPSIIWithCountrys(null);
List<PPSIIResp> subList = ppsiiRespList.stream().skip((PageNum-1)*PageSize).limit(PageSize).
collect(Collectors.toList());
原文地址:https://www.cnblogs.com/yangsanluo/p/15671410.html