Skip to content

Commit ddf36b5

Browse files
committed
解决全局 namespace, catalog 未用于参数校验
1 parent d955657 commit ddf36b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

APIJSONORM/src/main/java/apijson/orm/AbstractVerifier.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ public void verifyRepeat(String table, String key, Object value, long exceptId)
557557
@Override
558558
public M verifyRequest(@NotNull RequestMethod method, String name, M target, M request, int maxUpdateCount
559559
, String database, String datasource, String namespace, String catalog, String schema) throws Exception {
560-
return verifyRequest(method, name, target, request, maxUpdateCount, database, datasource, null, null, schema, this, getParser());
560+
return verifyRequest(method, name, target, request, maxUpdateCount, database, datasource, namespace, catalog, schema, this, getParser());
561561
}
562562

563563
/**从request提取target指定的内容

0 commit comments

Comments
 (0)