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 243c3e1 commit 06f1a9fCopy full SHA for 06f1a9f
APIJSON-Java-Server/APIJSONBoot/src/main/java/apijson/demo/DemoSQLConfig.java
@@ -268,6 +268,6 @@ public AbstractSQLConfig setColumn(List<String> column) {
268
}
269
@Override
270
public String getKey(String key) {
271
- return ColumnUtil.compatInputKey(super.getKey(key), getTable(), getMethod());
+ return super.getKey(ColumnUtil.compatInputKey(key, getTable(), getMethod()));
272
273
0 commit comments