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