修改店铺限制
This commit is contained in:
parent
c92f8a72b6
commit
217bfec00e
@ -55,7 +55,6 @@ class StoreOrderLists extends BaseAdminDataLists implements ListsSearchInterface
|
|||||||
$this->searchWhere[] = ['pay_type', 'in', [7, 3, 18,19]];
|
$this->searchWhere[] = ['pay_type', 'in', [7, 3, 18,19]];
|
||||||
}
|
}
|
||||||
$status = $this->request->get('status','');
|
$status = $this->request->get('status','');
|
||||||
$this->searchWhere[] = ['store_id', '=', $store_id];
|
|
||||||
switch ($status){
|
switch ($status){
|
||||||
case -1:
|
case -1:
|
||||||
$this->searchWhere[] = ['status', '=', 0];
|
$this->searchWhere[] = ['status', '=', 0];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user