修改限制条件

This commit is contained in:
liu 2024-06-26 14:54:41 +08:00
parent 217bfec00e
commit 6bd4799890

View File

@ -62,6 +62,7 @@ class StoreOrderLists extends BaseAdminDataLists implements ListsSearchInterface
break;
case 1:
$this->searchWhere[] = ['status', '=', 1];
$this->searchWhere[] = ['paid', '=', 1];
break;
case 2:
$this->searchWhere[] = ['status', '=', 2];