correccion tablas

This commit is contained in:
2023-03-15 20:08:59 -06:00
parent c1b525be80
commit 711e8f8916
+1 -1
View File
@@ -444,7 +444,7 @@ export class PrestamoService {
return [prestamos, infoPrestamos[1]];
});
}
options.order = { id_prestamo: 'ASC' };
options.order = { id_institucion: 'ASC', id_prestamo: 'ASC' };
return this.fullInformacionPrestamoView.find(options);
}