我正在尝试使用mgo库创建查询。q:=bson.M{"$and":bson.M{"btId":neighbour.BtId,"timestamp":bson.M{"$gt":sensorDataStartPoint.Timestamp,"$lt":sensorDataStartPoint.Timestamp.Add(time.Second*3000),},},}所以这呈现为map[$and:map[btId:BTR0102timestamp:map[$gt:2012-04-1119:08:59+0200CEST$lt:2012-04-1119:58:59+0200CEST]]]但我收到