This commit is contained in:
Cloud User
2024-03-06 18:16:15 -06:00
parent 0e123fe70f
commit 4b8ca02a2a
14 changed files with 7 additions and 496 deletions

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;
}
}