From df085e9188c68225382e396a02d0981978962b3e Mon Sep 17 00:00:00 2001 From: wangyu <727842003@qq.com> Date: Thu, 7 Dec 2023 18:30:01 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../group/flyfish/rest/registry/proxy/RestProxyInvoker.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rest-proxy-core/src/main/java/group/flyfish/rest/registry/proxy/RestProxyInvoker.java b/rest-proxy-core/src/main/java/group/flyfish/rest/registry/proxy/RestProxyInvoker.java index 35b0901..ccaf08d 100644 --- a/rest-proxy-core/src/main/java/group/flyfish/rest/registry/proxy/RestProxyInvoker.java +++ b/rest-proxy-core/src/main/java/group/flyfish/rest/registry/proxy/RestProxyInvoker.java @@ -160,7 +160,7 @@ public class RestProxyInvoker implements InvocationHandler, PropertiesConfigurab // 设置客户端 client.setClient(registry.getProvider()); // 是否对结果进行映射 - boolean map = null != mapping && method.isBare(); + boolean map = null != mapping && !method.isBare(); // 执行请求 Object result = execute(client, method, map); // 结果映射