fix: fill send time

This commit is contained in:
withchao 2025-01-24 15:50:32 +08:00
parent 623335c145
commit 29c7a40946

View File

@ -1125,8 +1125,6 @@ func (m *MsgMgo) findBeforeDocSendTime(ctx context.Context, docID string, limit
"$project": bson.M{
"_id": 0,
"doc_id": 0,
//"msgs.msg.send_time": 1,
//"msgs.msg.seq": 1,
},
},
{