dever 6 年之前
父節點
當前提交
42497532cf
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      service/src/Buy.php

+ 1 - 1
service/src/Buy.php

@@ -52,7 +52,7 @@ class Buy extends Base
     # 列表页 我已购买的兑换码
     public function lists_code()
     {
-        $where['cate_id'] = $this->system;
+        $where['cate_id'] = $this->cate;
         $where['create_uid'] = $this->user['id'];
         //$where['type'] = 3;
         $data = Dever::db('code/info')->getAll($where);