updatemessage

This commit is contained in:
苏尹岚
2020-10-22 13:44:29 +08:00
parent c160d89f17
commit 4fc2e9c5df
2 changed files with 9 additions and 0 deletions

View File

@@ -246,3 +246,8 @@ func AddMessageGroup(ctx *jxcontext.Context, groupID int, userID string) (err er
dao.CreateEntity(db, messageGroupMember)
return err
}
func UpdateMessageGroup(ctx *jxcontext.Context, groupID int, payload map[string]interface{}) (num int64, err error) {
return num, err
}