Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 06f1a9f

Browse files
Java:解决 apijson-column 对 APIJSONSQLConfig.getKey 的使用例子有误
1 parent 243c3e1 commit 06f1a9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎APIJSON-Java-Server/APIJSONBoot/src/main/java/apijson/demo/DemoSQLConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,6 @@ public AbstractSQLConfig setColumn(List<String> column) {
268268
}
269269
@Override
270270
public String getKey(String key) {
271-
return ColumnUtil.compatInputKey(super.getKey(key), getTable(), getMethod());
271+
return super.getKey(ColumnUtil.compatInputKey(key, getTable(), getMethod()));
272272
}
273273
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /