mirror of
https://github.com/CodePhiliaX/Chat2DB.git
synced 2025-07-30 19:22:58 +08:00
修复查询错误
This commit is contained in:
@ -15,7 +15,7 @@ public interface EasyToolsConstant {
|
||||
/**
|
||||
* 最大分页大小
|
||||
*/
|
||||
int MAX_PAGE_SIZE = 500;
|
||||
int MAX_PAGE_SIZE = 1000;
|
||||
|
||||
/**
|
||||
* 序列化id
|
||||
|
Reference in New Issue
Block a user