mirror of
				https://github.com/dromara/RuoYi-Vue-Plus.git
				synced 2025-11-04 16:23:42 +08:00 
			
		
		
		
	update 优化分页默认值 默认查全部
This commit is contained in:
		@@ -43,9 +43,9 @@ public class PageUtils {
 | 
				
			|||||||
    public static final int DEFAULT_PAGE_NUM = 1;
 | 
					    public static final int DEFAULT_PAGE_NUM = 1;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    /**
 | 
					    /**
 | 
				
			||||||
     * 每页显示记录数 默认值
 | 
					     * 每页显示记录数 默认值 默认查全部
 | 
				
			||||||
     */
 | 
					     */
 | 
				
			||||||
    public static final int DEFAULT_PAGE_SIZE = 10;
 | 
					    public static final int DEFAULT_PAGE_SIZE = Integer.MAX_VALUE;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    /**
 | 
					    /**
 | 
				
			||||||
     * 构建 plus 分页对象
 | 
					     * 构建 plus 分页对象
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user