diff --git a/app/admin/lists/beforehand_order/BeforehandOrderLists.php b/app/admin/lists/beforehand_order/BeforehandOrderLists.php index 789a7b00e..847474bcb 100644 --- a/app/admin/lists/beforehand_order/BeforehandOrderLists.php +++ b/app/admin/lists/beforehand_order/BeforehandOrderLists.php @@ -34,7 +34,8 @@ class BeforehandOrderLists extends BaseAdminDataLists implements ListsSearchInte { return [ '=' => ['store_id', 'paid', 'status', 'order_type'], - '%like' => ['order_id','order_sn', 'mark'], + '%like' => ['order_id','order_sn'], + '%like%' => ['mark'], 'between_time' => 'create_time' ]; }