Listo equipo

This commit is contained in:
2022-10-23 21:57:29 -05:00
parent b8d2294328
commit fca9da4d9b
9 changed files with 158 additions and 119 deletions
+1 -1
View File
@@ -183,7 +183,7 @@ export class MultaService {
}
findAllByIdEquipo(id_equipo: number, pagina: number) {
return this.equipoService.findInfoEquipoById(id_equipo).then((equipo) =>
return this.equipoService.findById(id_equipo).then((equipo) =>
this.fullInformacionMultaView
.findAndCount({
where: { id_equipo: equipo.id_equipo },