pull notification

This commit is contained in:
wangchuxiao
2023-05-16 20:04:01 +08:00
parent fc3c38ab65
commit 510cf9ff29
2 changed files with 15 additions and 8 deletions
+1 -1
View File
@@ -197,7 +197,7 @@ func (m *MsgMongoDriver) GetMsgBySeqIndexIn1Doc(ctx context.Context, docID strin
break
}
}
log.ZDebug(ctx, "msgInfos", "num", len(doc.Msg))
log.ZDebug(ctx, "msgInfos", "num", len(doc.Msg), "docID", docID)
for _, v := range doc.Msg {
var msg sdkws.MsgData
if err := proto.Unmarshal(v.Msg, &msg); err != nil {