分页jdk1.8
List> influenceIndexRespList = dataServiceDetailMapper.listPPSIIWithCountrys(null);
List> subList = ppsiiRespList.stream().skip((PageNum-1)*PageSize).limit(PageSize).
collect(Collectors.toList());
List> influenceIndexRespList = dataServiceDetailMapper.listPPSIIWithCountrys(null);
List> subList = ppsiiRespList.stream().skip((PageNum-1)*PageSize).limit(PageSize).
collect(Collectors.toList());