dever 6 năm trước cách đây
mục cha
commit
53848b32f5
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      act/src/Order.php

+ 1 - 0
act/src/Order.php

@@ -109,6 +109,7 @@ class Order extends Core
         $where['uid'] = $this->data['uid'];
         $where['cate_id'] = $cate;
         $where['status'] = 2;
+        $where['type'] = 3;
 
         $this->data['order'] = Dever::db('act/order')->getMyAll($where);