修改限制条件
This commit is contained in:
parent
217bfec00e
commit
6bd4799890
@ -62,6 +62,7 @@ class StoreOrderLists extends BaseAdminDataLists implements ListsSearchInterface
|
|||||||
break;
|
break;
|
||||||
case 1:
|
case 1:
|
||||||
$this->searchWhere[] = ['status', '=', 1];
|
$this->searchWhere[] = ['status', '=', 1];
|
||||||
|
$this->searchWhere[] = ['paid', '=', 1];
|
||||||
break;
|
break;
|
||||||
case 2:
|
case 2:
|
||||||
$this->searchWhere[] = ['status', '=', 2];
|
$this->searchWhere[] = ['status', '=', 2];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user