Mongo Data Aggregations not working when translating aggregation to Java/Kotlin Code

前端 未结 0 1723
执笔经年
执笔经年 2020-11-21 07:29

I have the following mongo aggregation:

... .aggregate([
   {
       $match: {
           "events.playerId": "myPlayerId"
       }
   },
          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题