Przeglądaj źródła

Update table_index_day_k.class.php

wanggangtao 5 lat temu
rodzic
commit
bf09f36e12
1 zmienionych plików z 1 dodań i 0 usunięć
  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){