rabin %!s(int64=2) %!d(string=hai) anos
pai
achega
e20f7ad469
Modificáronse 1 ficheiros con 15 adicións e 0 borrados
  1. 15 0
      service/agent/database/member.php

+ 15 - 0
service/agent/database/member.php

@@ -806,5 +806,20 @@ return array
             'type' => 'count',
             'col' => '*',
         ),
+
+        'search' => array
+        (
+            'option' => array
+            (
+                'ids' => array('yes-id', 'in'),
+                'name' => array('yes-name,mobile', 'like'),
+                'id' => 'yes',
+                'state' => 1,
+            ),
+            'type' => 'all',
+            'order' => array('reorder' => 'desc', 'id' => 'desc'),
+            'limit' => '0,20',
+            'col' => 'concat(name, "(", mobile , ")") as name, id, id as value, "" as selected, "" as disabled|id',
+        ),
     ),
 );