tabla operadores corregida

This commit is contained in:
xXpuma99Xx 2023-01-08 18:21:14 -06:00
parent 436739247e
commit 5ddddc7e7d

View File

@ -132,7 +132,7 @@ export class OperadorService {
return this.fullInformacionOperadorView
.findAndCount({
where: busqueda,
order: { operador: 'ASC' },
order: { institucion: 'ASC', activo: 'DESC', operador: 'ASC' },
take: 25,
skip: (parseInt(filtros.pagina) - 1) * 25,
})