Browse Source

fix: 暂时先注释group的功能

370774330@qq.com 5 years ago
parent
commit
d49522261d

+ 2 - 2
web/src/main/java/seecoder/devcloud/web/service/impl/user/GroupServiceImp.java

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