Browse Source

update

master
DengBiao 1 year ago
parent
commit
7f223750f9
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      internal/logic/domain/group/model/group.go

+ 1
- 0
internal/logic/domain/group/model/group.go View File

@@ -83,6 +83,7 @@ func (g *Group) ToProto() *pb.Group {
}

func CreateGroup(userId, masterId int64, in *pb.CreateGroupReq) *Group {

now := time.Now()
group := &Group{
Name: in.Name,


Loading…
Cancel
Save