error tonto

This commit is contained in:
xXpuma99Xx
2022-07-10 22:17:32 -05:00
parent c42a9ca93b
commit 092638d566
+1 -1
View File
@@ -167,7 +167,7 @@ export class MultaService {
usuario: `%${filtros.usuario}%`,
});
if (institucion)
query.andWhere('i.id_institucion :id_institucion', {
query.andWhere('i.id_institucion = :id_institucion', {
id_institucion: institucion.id_institucion,
});
return query.getManyAndCount();