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,