dever 6 years ago
parent
commit
9ba45cbb37
1 changed files with 2 additions and 2 deletions
  1. 2 2
      service/src/Buy.php

+ 2 - 2
service/src/Buy.php

@@ -46,8 +46,8 @@ class Buy extends Base
     public function lists_code()
     public function lists_code()
     {
     {
         $where['create_uid'] = $this->user['id'];
         $where['create_uid'] = $this->user['id'];
-        $where['type'] = 3;
-        $data = Dever::db('journal/order')->getAll($where);
+        //$where['type'] = 3;
+        $data = Dever::db('code/info')->getAll($where);
 
 
         if ($data) {
         if ($data) {
             foreach ($data as $k => $v) {
             foreach ($data as $k => $v) {