mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-06 16:48:24 +08:00
build: v1.9.4 release (^.^)YYa!!
This commit is contained in:
parent
91fe04cab3
commit
3342250417
@ -86,7 +86,7 @@ public class FlexGlobalConfig {
|
||||
/**
|
||||
* 分页查询时,默认每页显示的数据数量最大限制。
|
||||
*/
|
||||
private int defaultMaxPageSize = Long.MAX_VALUE;
|
||||
private int defaultMaxPageSize = Integer.MAX_VALUE;
|
||||
|
||||
|
||||
/**
|
||||
@ -289,7 +289,7 @@ public class FlexGlobalConfig {
|
||||
|
||||
public void setDefaultMaxPageSize(int defaultMaxPageSize) {
|
||||
this.defaultMaxPageSize = defaultMaxPageSize;
|
||||
}
|
||||
}
|
||||
|
||||
public int getDefaultRelationQueryDepth() {
|
||||
return defaultRelationQueryDepth;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user