记录一个小bugjava.util.ArrayList cannot be cast to com.github.pagehelper.Page出现这个问题主要是 List<Dept> deptList = deptService.getDeptList(); Page<Dept> pagedept =(Page<Dept>) deptList;这两行中间不能有查询