Explorar o código

Update table_index_day_k.class.php

wanggangtao %!s(int64=5) %!d(string=hai) anos
pai
achega
bf09f36e12
Modificáronse 1 ficheiros con 1 adicións e 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){