1
This commit is contained in:
@@ -345,7 +345,11 @@ class DeliverHandler extends BaseHandler {
|
||||
where: {
|
||||
sn_code,
|
||||
platform,
|
||||
applyStatus: 'pending'
|
||||
applyStatus: 'pending',
|
||||
create_time: {
|
||||
[db.models.op.gte]: new Date(Date.now() - 1000 * 60 * 60 * 24)
|
||||
}
|
||||
|
||||
},
|
||||
order: [['create_time', 'DESC']],
|
||||
limit
|
||||
|
||||
Reference in New Issue
Block a user