sin institucion findById

This commit is contained in:
xXpuma99Xx
2022-09-25 23:27:25 -05:00
parent 7f310256ba
commit b3f60c6f8d
25 changed files with 190 additions and 151 deletions
+3 -1
View File
@@ -138,7 +138,9 @@ export class MultaService {
usuario?: string;
}) {
const institucion = filtros.id_institucion
? await this.institucionService.findById(parseInt(filtros.id_institucion))
? await this.institucionService.findInfoInstitucionById(
parseInt(filtros.id_institucion),
)
: null;
const query = this.repository
.createQueryBuilder('mu')