moved files
This commit is contained in:
10
dmapp/def/queries/find task between dates.js
Normal file
10
dmapp/def/queries/find task between dates.js
Normal file
@@ -0,0 +1,10 @@
|
||||
db.getCollection("switch").find({
|
||||
task: { $in: ["f217b606", "7422cfe3", "acbd9f7f", "9719a462", "c6b0af75", "be7e496f", "51c5b6d6"] },
|
||||
date: {
|
||||
$gte: ISODate("2025-02-03T00:00:00-03:00"),
|
||||
$lt: ISODate("2025-02-05T00:00:00-03:00")
|
||||
}
|
||||
})
|
||||
.projection({})
|
||||
.sort({ date: -1 })
|
||||
.limit(0)
|
||||
Reference in New Issue
Block a user