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