dever %!s(int64=6) %!d(string=hai) anos
pai
achega
b5670fe397
Modificáronse 1 ficheiros con 14 adicións e 0 borrados
  1. 14 0
      journal/database/buy_num.php

+ 14 - 0
journal/database/buy_num.php

@@ -172,6 +172,20 @@ return array
             'col' => '*',
         ),
 
+        'getAlls' => array
+        (
+            # 匹配的正则或函数 选填项
+            'option' => array
+            (
+                'info_id' => 'yes',
+                'code' => 1,
+                'state' => 1,
+            ),
+            'type' => 'all',
+            'order' => array('reorder' => 'desc', 'cdate' => 'desc'),
+            'col' => '*',
+        ),
+
         # 最低价格的
         'getDataByMin' => array
         (