order
This commit is contained in:
@@ -12,6 +12,7 @@ const todasInscripciones = async (body) => {
|
||||
cancelacion: 0,
|
||||
idPeriodo: Number(process.env.PERIODO),
|
||||
},
|
||||
order: [['idInscripcion', 'ASC']],
|
||||
include: [
|
||||
{
|
||||
model: Usuario,
|
||||
|
||||
Reference in New Issue
Block a user