Advertisement
Guest User

Untitled

a guest
Jul 26th, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. {
  2. "_id" : ObjectId("59774aa87da165f360b0271a"),
  3. "createdDate" : ISODate("2017-07-25T13:42:00.000Z"),
  4. "sourceId" : ObjectId("000000000000000000000000"),
  5. "fanClubId" : ObjectId("59774aa87da165f360b02719"),
  6. "coins" : -500,
  7. "reasonId" : ObjectId("593500980b0cbbe593cd722c"),
  8. "userId" : ObjectId("597731d3ee99e33e1696de79")
  9. }
  10.  
  11. {
  12. "_id" : ObjectId("59784c76e8288e1be6dace64"),
  13. "createdDate" : ISODate("2017-07-26T08:01:58.000Z"),
  14. "sourceId" : ObjectId("000000000000000000000000"),
  15. "fanClubId" : ObjectId("59784c76e8288e1be6dace63"),
  16. "coins" : -500,
  17. "reasonId" : ObjectId("593500980b0cbbe593cd722c"),
  18. "userId" : ObjectId("597731d3ee99e33e1696de79")
  19. }
  20.  
  21. {
  22. "_id" : ObjectId("597734e376f9e53e0e52588a"),
  23. "createdDate" : ISODate("2017-07-25T12:09:07.000Z"),
  24. "sourceId" : ObjectId("000000000000000000000000"),
  25. "fanClubId" : ObjectId("000000000000000000000000"),
  26. "coins" : 5,
  27. "reasonId" : ObjectId("593501ff0b0cbbe593cd7236"),
  28. "userId" : ObjectId("597731d3ee99e33e1696de79")
  29. }
  30.  
  31. db.getCollection('FanCoins').aggregate([{$group : {_id:{userId:ObjectId("597731d3ee99e33e1696de79"),
  32. reasonId:ObjectId("593500980b0cbbe593cd722c")},coins:{$sum : { $add: ["$coins"]}}}} ])
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement