瀏覽代碼

成员查询

liugc 1 年之前
父節點
當前提交
36586f1af1
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      app/workerapi/lists/MasterWorkerLists.php

+ 3 - 1
app/workerapi/lists/MasterWorkerLists.php

@@ -20,7 +20,9 @@ class MasterWorkerLists extends BaseWorkerDataLists implements ListsSearchInterf
 {
     public function setSearch(): array
     {
-        return [];
+        return [
+            '%like%' => ['real_name'],
+        ];
     }
 
     public function queryWhere(){