From d070a4bc8fb1b6ce919d3278f1f6a32565bdb035 Mon Sep 17 00:00:00 2001 From: evenegas Date: Thu, 2 Oct 2025 11:10:35 -0600 Subject: [PATCH] plantilla --- src/cuestionario/cuestionario.service.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/cuestionario/cuestionario.service.ts b/src/cuestionario/cuestionario.service.ts index 53d88f7..4bd93e5 100644 --- a/src/cuestionario/cuestionario.service.ts +++ b/src/cuestionario/cuestionario.service.ts @@ -142,11 +142,11 @@ export class CuestionarioService { console.log("Tipo de la plantilla: ", PLANTILLA_MAP[plantilla]); } if (plantilla && PLANTILLA_MAP[plantilla]) { - console.log("fecha fin desde ecxel: ",qRow.getCell(4).value as string); - const fecha_inicio = new Date(qRow.getCell(4).value as string); + console.log("fecha fin desde ecxel: ",qRow.getCell(5).value as string); + const fecha_inicio = new Date(qRow.getCell(5).value as string); console.log("Fecha de inicio: ", fecha_inicio); - const fecha_fin = new Date(qRow.getCell(5).value as string); + const fecha_fin = new Date(qRow.getCell(6).value as string); console.log("Fecha de fin: ", fecha_fin); const id_tipo_evento= Number(qRow.getCell(8).value); const plantillaId = PLANTILLA_MAP[plantilla];