active user

This commit is contained in:
withchao 2023-07-03 20:59:05 +08:00
parent 28b4506395
commit 807c6eae15

View File

@ -349,7 +349,7 @@ func (m *MsgMongoDriver) RangeUserSendCount(ctx context.Context, start time.Time
}, },
}, },
bson.M{ bson.M{
"project": bson.M{ "$project": bson.M{
"_id": 0, "_id": 0,
"doc_id": 0, "doc_id": 0,
}, },