entrega inmediata

This commit is contained in:
xXpuma99Xx
2022-01-27 13:12:38 -06:00
parent 6ac74c5232
commit f32ce95a55
11 changed files with 15 additions and 13 deletions
+1 -1
View File
@@ -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;