zhubaomin
2025-04-11 d1e380d5bc8d6cda7dc26778dd638b3367483ae7
pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/webUtil/QueryResultVo.java
@@ -61,7 +61,7 @@
        }
        if(this.itemTotal == 0){
            this.pageSize = 1 ;
            this.pageSize = 10 ;
        }
        if(this.pageSize == null || this.pageSize <= 0){
            /**
@@ -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) ;
        }
    }
}