zhubaomin
2024-11-14 9a34c6b7a1a1bd98408849dc5dda44709727adb6
pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/webUtil/QueryResultVo.java
@@ -88,8 +88,10 @@
        this.queryStart = (this.pageCurr - 1) * this.pageSize ;
        this.queryCount = this.pageSize ;
        params.put("start", this.queryStart) ;
        params.put("count", this.queryCount) ;
        if(params != null){
            params.put("start", this.queryStart) ;
            params.put("count", this.queryCount) ;
        }
    }
}