This commit is contained in:
苏尹岚
2020-10-29 09:50:30 +08:00
parent 48035f22b6
commit cb5eb09bba
2 changed files with 3 additions and 3 deletions

View File

@@ -134,10 +134,10 @@ func (c *EventController) TestWebsocket() {
//接受消息 业务逻辑
msgMap[s.GroupID] = s
broadcast <- msgMap
go func() {
utils.CallFuncAsync(func() {
dao.WrapAddIDCULDEntity(s, "")
dao.CreateEntity(db, s)
}()
})
}
}
}