疯狂的狮子li
2021-05-16 3b79eff2f1181eb6df58ac6f7c7e173f2677cf08
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();