rabin 6 vuotta sitten
vanhempi
commit
d557b584ad
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      buy/src/Buy.php

+ 1 - 1
buy/src/Buy.php

@@ -20,7 +20,7 @@ class Buy extends Base
         }
         */
         $where = array();
-        $where['cate_id'] = 1;
+        $where['cate_id'] = $this->cate;
         //$where['buy'] = 1;
         $data = Dever::db('journal/info')->getAllByPage($where);