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