diff --git a/app/store/lists/store_order/StoreOrderLists.php b/app/store/lists/store_order/StoreOrderLists.php index 1eb00fe33..542d75bb3 100644 --- a/app/store/lists/store_order/StoreOrderLists.php +++ b/app/store/lists/store_order/StoreOrderLists.php @@ -55,7 +55,6 @@ class StoreOrderLists extends BaseAdminDataLists implements ListsSearchInterface $this->searchWhere[] = ['pay_type', 'in', [7, 3, 18,19]]; } $status = $this->request->get('status',''); - $this->searchWhere[] = ['store_id', '=', $store_id]; switch ($status){ case -1: $this->searchWhere[] = ['status', '=', 0];