orden historial prestamo

This commit is contained in:
2022-03-07 13:11:05 -06:00
parent 9799336008
commit 2dfbc7708b
+1
View File
@@ -92,6 +92,7 @@ const historial = async (body) => {
'regresoInmediato',
'createdAt',
],
order: [['idPrestamo', 'ASC']],
limit: 25,
offset: 25 * (pagina - 1),
});