active user

pull/476/head
withchao 1 year ago
parent 80f25c54c9
commit aaa1fb29cd

@ -338,6 +338,8 @@ func (m *MsgMongoDriver) RangeUserSendCount(ctx context.Context, start time.Time
"$gte": bson.A{
"$$item.msg.send_time", start.UnixMilli(),
},
},
bson.M{
"$lt": bson.A{
"$$item.msg.send_time", end.UnixMilli(),
},

Loading…
Cancel
Save