Explorar el Código

Update table_index_day_k.class.php

wanggangtao hace 5 años
padre
commit
bf09f36e12
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      lib/table/table_index_day_k.class.php

+ 1 - 0
lib/table/table_index_day_k.class.php

@@ -61,6 +61,7 @@ class Table_index_day_k extends Table {
         $sql.=$where;
         $order=" order by index_day_k_timestamp desc";
         $sql.=$order;
+        var_dump($sql);
         $rs = $this->pdo->sqlQuery($sql);
         $r  = array();
         if($rs){