mongodb多个查询语句

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

posted @ 2019-03-06 17:33  y-xs  阅读(1570)  评论(0编辑  收藏  举报