From 0b86edb654c6a48a2076942573d8fc59fb7de7b9 Mon Sep 17 00:00:00 2001 From: Redkale <8730487+redkale@users.noreply.github.com> Date: Sat, 16 May 2020 14:27:46 +0800 Subject: [PATCH] --- test/org/redkale/test/sncp/SncpTestIService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/org/redkale/test/sncp/SncpTestIService.java b/test/org/redkale/test/sncp/SncpTestIService.java index 95b593174..d6c24d359 100644 --- a/test/org/redkale/test/sncp/SncpTestIService.java +++ b/test/org/redkale/test/sncp/SncpTestIService.java @@ -22,7 +22,7 @@ public interface SncpTestIService extends Service { public CompletableFuture queryResultAsync(SncpTestBean bean); - public void insert(@RpcCall(RpcCallAttribute.class) SncpTestBean... beans); + public void insert(@RpcCall(RpcCallAttribute.RpcCallArrayAttribute.class) SncpTestBean... beans); public String updateBean(@RpcCall(SncpTestServiceImpl.CallAttribute.class) SncpTestBean bean); }