@@ -83,8 +83,8 @@ public class GroupServiceImp implements GroupService {
throw new RuntimeException("将成员加入Group时发生异常[" + e.getMessage() + "]");
}
groupMemberMapper.insert(groupId,invitedUserId);
-
- return new GroupVO(group);
+ //todo
+ return null;