dever 6 năm trước cách đây
mục cha
commit
9ba45cbb37
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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()
     {
         $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) {
             foreach ($data as $k => $v) {