zhubaomin
5 天以前 ff3d35c172c5cf5f3ebf8ed710643f8038c3675b
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) ;
        }
    }
}