dever 2 vuotta sitten
vanhempi
commit
2644bb0480
2 muutettua tiedostoa jossa 16 lisäystä ja 0 poistoa
  1. 13 0
      service/agent/database/member.php
  2. 3 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' => '*',
+        ),
     ),
 );

Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 3 - 0
service/agent/lib/Tool.php


Kaikkia tiedostoja ei voida näyttää, sillä liian monta tiedostoa muuttui tässä diffissä