wu 7 months ago
parent
commit
2c8cc4ffe5
1 changed files with 15 additions and 0 deletions
  1. 15 0
      database/yspay_cash.php

+ 15 - 0
database/yspay_cash.php

@@ -282,5 +282,20 @@ return array(
             'order' => array('id' => 'desc'),
             'col' => '*',
         ),
+        'getOtherListExcel' => array(
+            'option' => array(
+                'start' => array('yes-cdate', '>='),
+                'end' => array('yes-cdate', '<='),
+                'source_order_num' => array('yes', 'like'),
+                'merchant_id' => 'yes',
+                'status' => 'yes',
+                'fenzhang_status' => 'yes',
+                'state' => 1,
+            ),
+            'type' => 'all',
+            'page' => array(20, 'list'),
+            'order' => array('id' => 'desc'),
+            'col' => '*',
+        ),
     ),
 );