如何 既有 where , order ,然后在分页呢
Specification<Apphrecord> spec 是一个查询规范可以添加order 和where 可以上网具体查查源码
方法1、继承多个接口,特别是JpaSpecificationExecutor这个接口
方法2、使用Query,自己写