db.getCollection("Order").find({
"Supplier.ServiceCode": "CNI",
"$and": [{
"UpdateOn": {
"$gte": new Date("2020-11-01T00:00:01.474Z")
}
}, {
"UpdateOn": {
"$lt": new Date("2020-11-18T00:00:01.474Z")
}
}]
}).length()

posted on 2020-11-27 19:02  jeffh  阅读(2749)  评论(0编辑  收藏  举报