dever %!s(int64=6) %!d(string=hai) anos
pai
achega
53848b32f5
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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);