diff --git a/app/controller/api/server/StoreOrder.php b/app/controller/api/server/StoreOrder.php index d0b18658..0f8404b0 100644 --- a/app/controller/api/server/StoreOrder.php +++ b/app/controller/api/server/StoreOrder.php @@ -77,7 +77,6 @@ class StoreOrder extends BaseController $where['search'] = $this->request->param('store_name'); $where['mer_id'] = $merId; $where['is_del'] = 0; - if($where['status'] == 2) $where['order_type'] = 0; return app('json')->success($repository->merchantGetList($where, $page, $limit)); }