Movatterモバイル変換


[0]ホーム

URL:


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

Commit9464ae3

Browse files
Thomasrludomikula
Thomasr
authored andcommitted
Resolved issue where plugins were not being detected.
1 parent72abc0b commit9464ae3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎server/api-service/lowcoder-domain/src/main/java/org/lowcoder/domain/plugin/client/DatasourcePluginClient.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ public Mono<QueryExecutionResult> executeQuery(String pluginName, Object queryDs
138138
Stringjson =OBJECT_MAPPER.writeValueAsString(body);
139139

140140
booleanencryptionEnabled = !(commonConfig.getJsExecutor().getPassword().isEmpty() ||commonConfig.getJsExecutor().getSalt().isEmpty());
141-
Stringpayload;
141+
Objectpayload;
142142
WebClient.RequestBodySpecrequestSpec =WEB_CLIENT
143143
.post()
144144
.uri(nodeServerHelper.createUri(RUN_PLUGIN_QUERY))
@@ -148,7 +148,7 @@ public Mono<QueryExecutionResult> executeQuery(String pluginName, Object queryDs
148148
payload =encryptionService.encryptStringForNodeServer(json);
149149
requestSpec =requestSpec.header("X-Encrypted","true");
150150
}else {
151-
payload =json;
151+
payload =body;
152152
}
153153

154154
returnrequestSpec

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp