From b348a9ad4ae10ba58e6eaf9d2a65527239b76ebf Mon Sep 17 00:00:00 2001 From: weiz Date: Wed, 3 Jan 2024 11:35:18 +0800 Subject: [PATCH] update --- app/adminapi/lists/custom/CustomServiceLists.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/adminapi/lists/custom/CustomServiceLists.php b/app/adminapi/lists/custom/CustomServiceLists.php index 67f4a49d5..0a24e85e8 100644 --- a/app/adminapi/lists/custom/CustomServiceLists.php +++ b/app/adminapi/lists/custom/CustomServiceLists.php @@ -44,8 +44,8 @@ class CustomServiceLists extends BaseAdminDataLists implements ListsSearchInterf public function setSearch(): array { return [ - '=' => ['project_id', 'custom_id', 'classification', 'urgency'], - '%like%' => [] + '=' => ['project_id', 'custom_id', 'classification', 'urgency', 'processing_result', 'processed_user'], + '%like%' => ['name','receiver'] ]; }