Commit 94c27856 authored by haoyanbin's avatar haoyanbin

1

parent e8f022a0
...@@ -444,6 +444,7 @@ func SaveMsg(msg *SendMsg) { ...@@ -444,6 +444,7 @@ func SaveMsg(msg *SendMsg) {
mqData.Sender = msg.FromClientId mqData.Sender = msg.FromClientId
mqData.Receiver = msg.ToClientId mqData.Receiver = msg.ToClientId
mqData.ReadStatus = "0" mqData.ReadStatus = "0"
fmt.Println(msg.SendTime, msg.FromClientId, msg.ToClientId, msg.Msg)
AppendConversationRecord(mqData) AppendConversationRecord(mqData)
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment