From 25e86d2eb26e8bd3689d3b9509a25907017f13f8 Mon Sep 17 00:00:00 2001 From: TheManus88 Date: Tue, 15 Oct 2024 20:24:34 -0600 Subject: [PATCH] comment id add to reporte general --- src/reportes/participacionAlumno.service.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/reportes/participacionAlumno.service.ts b/src/reportes/participacionAlumno.service.ts index 15b7d77..0597438 100644 --- a/src/reportes/participacionAlumno.service.ts +++ b/src/reportes/participacionAlumno.service.ts @@ -102,6 +102,7 @@ export class ParticipacionService { .innerJoin('u.tipoUsuario', 'tu') .leftJoin('u.carrera', 'c') .select([ + 'clp.id as Id_Comentario', 'clp.comentario as Comentario', 'lp.descripcion AS Linea_Programatica', 'ee.nombre AS Eje_Estrategico',