wu 1 年之前
父節點
當前提交
2c8cc4ffe5
共有 1 個文件被更改,包括 15 次插入0 次删除
  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' => '*',
+        ),
     ),
 );