corregido
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user