Browse Source

Merge branch 'master' of ssh://git.dever.cc:10022/dever-product/churen

rabin 2 years ago
parent
commit
96b40b6c8c
2 changed files with 43 additions and 0 deletions
  1. 13 0
      service/agent/database/member.php
  2. 30 0
      service/agent/lib/Tool.php

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

@@ -983,5 +983,18 @@ return array
             'type' => 'one',
             'col' => '*',
         ),
+
+        'getDataByName' => array
+        (
+            # 匹配的正则或函数 选填项
+            'option' => array
+            (
+                'name' =>'yes',
+                'state' => 1,
+            ),
+            'type' => 'all',
+            'order' => array('role' => 'asc', 'id' => 'desc'),
+            'col' => '*',
+        ),
     ),
 );

File diff suppressed because it is too large
+ 30 - 0
service/agent/lib/Tool.php


Some files were not shown because too many files changed in this diff