Browse Source

update

master
DengBiao 1 year ago
parent
commit
84bcba68fd
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

@@ -107,6 +107,7 @@ func (g *Group) Update(ctx context.Context, in *pb.UpdateGroupReq) error {
g.AvatarUrl = in.AvatarUrl
g.Introduction = in.Introduction
g.Extra = in.Extra
g.UpdateTime = time.Now()
return nil
}



Loading…
Cancel
Save