疯狂的狮子li
2021-05-16 87164d574efbc5bc89f13575cbbafb43d7aedb61
update 删除过期方法
已修改1个文件
8 ■■■■■ 文件已修改
ruoyi-common/src/main/java/com/ruoyi/common/core/page/PagePlus.java 8 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-common/src/main/java/com/ruoyi/common/core/page/PagePlus.java
@@ -93,14 +93,6 @@
        this.isSearchCount = isSearchCount;
    }
    public boolean hasPrevious() {
        return this.current > 1L;
    }
    public boolean hasNext() {
        return this.current < this.getPages();
    }
    @Override
    public String countId() {
        return this.getCountId();