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

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

@@ -959,5 +959,19 @@ return array
             'type' => 'one',
             'col' => 'id',
         ),
+
+        'getOne' => array
+        (
+            # 匹配的正则或函数 选填项
+            'option' => array
+            (
+                'role' => 'yes',
+                'area' => 'yes',
+                'status' => 2,
+                'state' => 1,
+            ),
+            'type' => 'one',
+            'col' => '*',
+        ),
     ),
 );