Advertisement
anikrion

Untitled

Dec 10th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. db.getCollection('jrRest').find({
  2. "db" : "SRV-1C-3/ wms",
  3.  
  4. "dataType":/movementtaskputmulti/,
  5. //"dataId":"islamkhan",
  6. 'comment':/RACK7C10/,
  7. "date" :{
  8. $gt: ISODate("2017-12-10T16:40:00.000+04:00"),
  9. $lt: ISODate("2017-12-10T16:45:00.000+04:00")
  10.  
  11. }
  12.  
  13.  
  14. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement