test GetMsgBySeqIndexIn1Doc

test-errcode
withchao 2 years ago
parent d41fddbba5
commit 9651549005

@ -244,6 +244,7 @@ func (m *MsgMongoDriver) GetMsgBySeqIndexIn1Doc(ctx context.Context, userID stri
}
for i, model := range msgDocModel[0].Msg {
if i < 10 {
log.ZDebug(ctx, "GetMsgBySeqIndexIn1Doc for", "index", i, "model", model, "eq nil", model == nil)
log.ZDebug(ctx, "GetMsgBySeqIndexIn1Doc for", "index", i, "msg", model.Msg, "del", model.DelList, "revoke", model.Revoke)
}
if model.Msg != nil && model.Revoke != nil {

Loading…
Cancel
Save