This website works better with JavaScript.
Home
Explore
Help
Sign In
Independent
/
gim
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
update
master
DengBiao
1 year ago
parent
a7c0f93112
commit
84bcba68fd
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
}
Write
Preview
Loading…
Cancel
Save