This commit is contained in:
skiffer-git
2022-05-20 16:03:33 +08:00
parent 930923e330
commit 223b2678b4
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ func (d *DataBases) BatchInsertChat(userID string, msgList []*pbMsg.MsgDataToMQ,
msgListToMongoNext := make([]MsgInfo, 0)
seqUid := ""
seqUidNext := ""
log.Debug(operationID, "remain ", remain, "insertCounter ", insertCounter, "currentMaxSeq ", currentMaxSeq, userID)
log.Debug(operationID, "remain ", remain, "insertCounter ", insertCounter, "currentMaxSeq ", currentMaxSeq, userID, len(msgList))
for _, m := range msgList {
currentMaxSeq++
sMsg := MsgInfo{}