From 3cccee58f60b8b79b0ecfb0de409ad0f52876933 Mon Sep 17 00:00:00 2001 From: evenegas Date: Thu, 2 Oct 2025 11:02:44 -0600 Subject: [PATCH] plantilla --- src/cuestionario/cuestionario.service.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/cuestionario/cuestionario.service.ts b/src/cuestionario/cuestionario.service.ts index 88d6e15..cb143c9 100644 --- a/src/cuestionario/cuestionario.service.ts +++ b/src/cuestionario/cuestionario.service.ts @@ -143,7 +143,9 @@ export class CuestionarioService { } if (plantilla && PLANTILLA_MAP[plantilla]) { const fecha_inicio = new Date(qRow.getCell(4).value as string); + console.log("Fecha de inicio: ", fecha_inicio); const fecha_fin = new Date(qRow.getCell(5).value as string); + console.log("Fecha de inicio: ", fecha_fin); const id_tipo_evento= Number(qRow.getCell(8).value); const plantillaId = PLANTILLA_MAP[plantilla]; const base = PLANTILLAS.find(p => p.id === plantillaId);