From fd0876fb4dd65c2bb5b4efab0a5643b96db469d3 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 21 Jan 2025 11:45:31 -0600 Subject: [PATCH] Diagonales con espacios --- export/supervisor_excel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/export/supervisor_excel.php b/export/supervisor_excel.php index 46f818c..e7f1c9f 100644 --- a/export/supervisor_excel.php +++ b/export/supervisor_excel.php @@ -33,7 +33,7 @@ $data = $db->query( auditoria->>'horario_hora_completa' as horario_hora_completa, auditoria->>'salon' as salon, ( - SELECT string_agg(value, '/' ORDER BY value) + SELECT string_agg(value, ' / ' ORDER BY value) FROM jsonb_array_elements_text(auditoria->'salon_array') AS value ) as salon_array, auditoria->>'asistencia' as asistencia,