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 d662ca3 commit 5a2ab0fCopy full SHA for 5a2ab0f
APIJSONORM/src/main/java/apijson/orm/AbstractSQLConfig.java
@@ -2503,7 +2503,7 @@ public String getSQLKey(String key) {
2503
* 使用prepareStatement预编译,值为 ? ,后续动态set进去
2504
*/
2505
private List<Object> preparedValueList = new ArrayList<>();
2506
- private Object getValue(@NotNull Object value) {
+ protected Object getValue(@NotNull Object value) {
2507
if (isPrepared()) {
2508
preparedValueList.add(value);
2509
return "?";
0 commit comments