mongodb多个查询语句

db.getCollection('costitems').find({"created":{"$gte":ISODate("2019-01-02T00:00:00Z"),"$lte":ISODate("2019-03-03T00:00:00Z")} ,financialSourceType:"xxxx",approvalState:"xxxx"
})

当你的才华还撑不起你的野心时
那你就应该静下心来学习
当你的能力还驾驭不了你的目标时
那就应该沉下心来历练
原文地址:https://www.cnblogs.com/yang-xiansen/p/10484696.html