@@ -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);