创建聊天组

This commit is contained in:
苏尹岚
2020-10-21 11:12:47 +08:00
parent 16458454bd
commit 9b8fc7e1dc

View File

@@ -145,7 +145,7 @@ func CreateMessageGroup(ctx *jxcontext.Context, userID, userID2 string) (err err
GroupID: groupID,
}
dao.GetEntity(db, temp, "GroupID")
if temp == nil {
if temp.UserID == "" {
break
}
}