查询订单汇总数据不做分页处理

(cherry picked from commit c1e5d6201ec5e16946f7eed9b59d2648c29c8fc5)
This commit is contained in:
Lemon
2023-07-10 10:06:43 +08:00
parent 44e8da28e4
commit 2b55492856
6 changed files with 78 additions and 11 deletions

View File

@@ -64,7 +64,7 @@ public class QueryOrderDTO extends BaseEntity {
*/
private String endTime;
private int pageSize;
private int pageNum;
// private int pageSize;
//
// private int pageNum;
}