We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a2ab0f commit bac5eabCopy full SHA for bac5eab
APIJSONORM/src/main/java/apijson/orm/AbstractSQLConfig.java
@@ -2502,7 +2502,7 @@ public String getSQLKey(String key) {
2502
/**
2503
* 使用prepareStatement预编译,值为 ? ,后续动态set进去
2504
*/
2505
- private List<Object> preparedValueList = new ArrayList<>();
+ protected List<Object> preparedValueList = new ArrayList<>();
2506
protected Object getValue(@NotNull Object value) {
2507
if (isPrepared()) {
2508
preparedValueList.add(value);
0 commit comments