Ver a proveniência

update

master
DengBiao há 1 ano
ascendente
cometimento
d2ac07cdd3
1 ficheiros alterados com 1 adições e 0 eliminações
  1. +1
    -0
      internal/logic/app/group_app.go

+ 1
- 0
internal/logic/app/group_app.go Ver ficheiro

@@ -27,6 +27,7 @@ func (*groupApp) CreateGroup(ctx context.Context, userId int64, in *pb.CreateGro
if err != nil {
return 0, err
}
in.MemberIds = append(in.MemberIds, userId)
err = group.PushAddMember(ctx, userId, in.MemberIds)
return group.Id, nil
}


Carregando…
Cancelar
Guardar