Symfony查询不适用于mongodb + ODM,这是我正在使用的查询,但格式错误。
$getRecordForMonth =
$this->get('doctrine_mongodb.odm.default_aggregation_query')
->getCollection('AppBundle:project')->createAggregateQuery()
->group(['_id' => ['substr' => ['$createddt', 5, 2], 'count' => sum(1)]);