소스 검색

Cambio parámetros query

alejandro.lara 1 년 전
부모
커밋
85cc7f7dfb
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      export/solicitudes_excel.php

+ 2 - 0
export/solicitudes_excel.php

@@ -44,6 +44,8 @@ if(isset($_POST["prof"]) ){
     $query .= "NULL,";
 }
 $query .= ":f_ini, :f_fin, ";
+$repoParams[":f_ini"] = $fecha_ini;
+$repoParams[":f_fin"] = $fecha_fin;
 
 $spreadsheet = new Spreadsheet();