修改店铺限制

This commit is contained in:
liu 2024-06-26 14:53:21 +08:00
parent c92f8a72b6
commit 217bfec00e

View File

@ -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];