Skip to content

Commit aab8204

Browse files
committed
Server:注释放开 @combine 校验 key 的 value = null 的重写方法
1 parent 2f9c6bb commit aab8204

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@ public String getUserIdKey(String database, String schema, String table) {
7575
// return null; // return null 则不生成 id,一般用于数据库自增 id
7676
// }
7777

78-
@Override
79-
public void onMissingKey4Combine(String name, JSONObject request, String combine, String item, String key) throws Exception {
80-
// super.onMissingKey4Combine(name, request, combine, item, key);
81-
}
78+
// @Override
79+
// public void onMissingKey4Combine(String name, JSONObject request, String combine, String item, String key) throws Exception {
80+
//// super.onMissingKey4Combine(name, request, combine, item, key);
81+
// }
8282
};
8383

8484
// 自定义where条件拼接

0 commit comments

Comments
 (0)