疯狂的狮子li
2021-05-20 39a0e05f87494d6cc84001b0b6d8e534685aaed6
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();