This commit is contained in:
2023-10-03 18:22:51 +00:00
parent 6f4ee51b55
commit c927cb02bb
22 changed files with 800 additions and 335 deletions

View File

@@ -60,7 +60,6 @@ try {
'reposicion_hora',
'salon_reposicion.salon as reposicion_salon',
];
$data = array_map(
fn($ruta) => array_merge(
[
@@ -77,6 +76,8 @@ try {
->where('horario_dia = EXTRACT(DOW FROM CURRENT_DATE)')
->where('bloque_horario.id', $_GET['bloque_horario_id'])
->where('salon_view.id_espacio_padre', $ruta['id_espacio_sgu'])
->orderBy('horario_hora')
->orderBy('salon_view.salon')
->get(
'horario_view',
columns: $columns