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