corregido

This commit is contained in:
xXpuma99Xx
2022-01-17 18:56:54 -06:00
parent bc146595a9
commit 3b18b3a8c2
@@ -50,7 +50,14 @@ const serviciosResponsable = async (body) => {
{ model: Carrera },
{ model: Status, where },
],
attributes: ['idServicio', 'fechaInicio', 'fechaFin', 'createdAt'],
attributes: [
'idServicio',
'fechaInicio',
'fechaFin',
'cartaTermino',
'createdAt',
'idCuestionarioPrograma',
],
order: [['updatedAt', 'DESC']],
limit: 25,
offset: 25 * (pagina - 1),