mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
mute group
This commit is contained in:
parent
bf5f72c00b
commit
009ae6a235
@ -221,5 +221,5 @@ func UpdateGroupInfoDefaultZero(groupID string, args map[string]interface{}) err
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
return dbConn.Model(&db.Group{}).Where("group_id = ? ", groupID).Update(args).Error
|
||||
return dbConn.Table("groups").Where("group_id = ? ", groupID).Update(args).Error
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user