Skip to content

Commit 66000f7

Browse files
committed
调整条件键值对的默认最大数量
1 parent 795c8e9 commit 66000f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

APIJSONORM/src/main/java/apijson/orm/AbstractSQLConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public abstract class AbstractSQLConfig implements SQLConfig {
8080
private static final String TAG = "AbstractSQLConfig";
8181

8282
public static int MAX_COMBINE_DEPTH = 2;
83-
public static int MAX_WHERE_COUNT = 3;
83+
public static int MAX_WHERE_COUNT = 10;
8484
public static int MAX_COMBINE_COUNT = 5;
8585
public static int MAX_COMBINE_KEY_COUNT = 2;
8686
public static float MAX_COMBINE_RATIO = 1.0f;

0 commit comments

Comments
 (0)