mirror of
https://github.com/atlanticbiomedical/biomedjs.git
synced 2025-07-02 00:47:26 -04:00
stuff
This commit is contained in:
@ -11,7 +11,8 @@ exports.index = function(req, res) {
|
||||
Workorder
|
||||
.find({
|
||||
deleted: false,
|
||||
'scheduling.start': { '$gte': start, '$lt': end }
|
||||
'scheduling.start': { '$lte': end },
|
||||
'scheduling.end': { '$gte': start }
|
||||
})
|
||||
.populate('techs', 'name')
|
||||
.populate('client', 'name identifier address')
|
||||
|
Reference in New Issue
Block a user