diff --git a/test/org/redkale/test/sncp/SncpTestServiceImpl.java b/test/org/redkale/test/sncp/SncpTestServiceImpl.java index a16c3f759..1eaaa972f 100644 --- a/test/org/redkale/test/sncp/SncpTestServiceImpl.java +++ b/test/org/redkale/test/sncp/SncpTestServiceImpl.java @@ -83,7 +83,7 @@ public class SncpTestServiceImpl implements SncpTestIService { } @Override - public void insert(@RpcCall(RpcCallAttribute.class) SncpTestBean... beans) { + public void insert(@RpcCall(RpcCallAttribute.RpcCallArrayAttribute.class) SncpTestBean... beans) { for (SncpTestBean bean : beans) { bean.setId(System.currentTimeMillis()); }