no mostrar cancelados a responsable
This commit is contained in:
@@ -40,7 +40,7 @@ const serviciosResponsable = async (body) => {
|
||||
},
|
||||
},
|
||||
{ model: Carrera },
|
||||
{ model: Status },
|
||||
{ model: Status, where: { idStatus: { [Op.not]: 10 } } },
|
||||
],
|
||||
order: [['updatedAt', 'DESC']],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user