fix
Helius
2021-11-09 d81496feacb3317c97ad3a7892c7459cf579bee6
zq-erp/src/main/java/com/matrix/system/app/action/ApiVipInfoAction.java
@@ -75,11 +75,11 @@
            vipInfoListDto.setOrder("asc");
        }
        int offset = (vipInfoListDto.getPageNum() - 1) * vipInfoListDto.getPageSize();
        int limit = vipInfoListDto.getPageSize();
        vipInfoListDto.setOffset(offset);
        vipInfoListDto.setLimit(limit);