Rutas salón sin reposiciones

This commit is contained in:
Cloud User
2024-03-06 18:21:38 -06:00
parent 4b8ca02a2a
commit 402e58b6de

View File

@@ -88,7 +88,7 @@ try {
]
),
// 'query' => $db->getLastQuery(),
'reposiciones' => $db->query(
'reposiciones' => /* $db->query(
'SELECT ' . implode(', ', $columns) . <<<SQL
, reposicion_hora + horario_view.duracion as reposicion_fin, registro_fecha_ideal
FROM horario_view
@@ -110,7 +110,7 @@ try {
'bloque_horario_id' => $_GET['bloque_horario_id'],
'id_espacio_sgu' => $ruta['id_espacio_sgu'],
]
),
) */,
],
$ruta,
),
@@ -143,4 +143,4 @@ try {
'error' => $th->getMessage(),
], JSON_UNESCAPED_UNICODE | JSON_PRETTY_PRINT);
exit;
}
}