Эх сурвалжийг харах

Rutas salón sin reposiciones

Cloud User 1 жил өмнө
parent
commit
402e58b6de

+ 3 - 3
action/rutas_salón_horario.php

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