This commit is contained in:
Redkale
2020-05-16 14:27:08 +08:00
parent e4c6e860c1
commit 07ab74902c

View File

@@ -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());
}