entrega inmediata
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
const { Op } = require('sequelize');
|
||||
const Status = require('../../db/tablas/Status');
|
||||
|
||||
const get = async () => Status.findAll({ where: { idStatus: { [Op.gt]: 2 } } });
|
||||
const get = async () => Status.findAll({ where: { idStatus: { [Op.gt]: 3 } } });
|
||||
|
||||
module.exports = get;
|
||||
|
||||
Reference in New Issue
Block a user