ruoyi-common/src/main/java/com/ruoyi/common/core/page/PagePlus.java | ●●●●● 补丁 | 查看 | 原始文档 | 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();