//数据库分页计算 Integer pageNo = (pageNo -1) * pageSize; //数据库内 order by id offset #{pageNo} rows fetch next #{pageSize} rows only