你的浏览器禁用了JavaScript, 请开启后刷新浏览器获得更好的体验!
输入关键字进行搜索
搜索:
没有找到相关结果
rochy - rochy_he
赞同来自:
kennys
要回复问题请先登录或注册
2 个回复
rochy - rochy_he
赞同来自:
kennys
赞同来自:
private Pageable pageable = PageRequest.of(0, 10000);
然后在repository中声明是就在参数中带上Pageable
List<StatisticsEventPO> findStatisticsEventPOSByBasic_ClassIdAndBasic_LessonNumAndName(String classId,int lessonNum,String name,Pageable pageable);
这样在service中使用时直接用定义好的pageable作为参数