diff --git a/app/admin/lists/beforehand_order/BeforehandOrderLists.php b/app/admin/lists/beforehand_order/BeforehandOrderLists.php index 048d14830..949a8dbf3 100644 --- a/app/admin/lists/beforehand_order/BeforehandOrderLists.php +++ b/app/admin/lists/beforehand_order/BeforehandOrderLists.php @@ -30,7 +30,8 @@ class BeforehandOrderLists extends BaseAdminDataLists implements ListsSearchInte public function setSearch(): array { return [ - '=' => ['store_id', 'order_id', 'paid','status','order_type','order_sn'], + '=' => ['store_id','paid','status','order_type','order_sn'], + '%like'=>['order_id'], 'between_time' => 'create_time' ]; }