mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-04-28 14:29:19 +08:00
mute group
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user