Browse Source

Merge branch 'master' of http://git.dever.cc:3000/dever-package/pay

rabin 7 months ago
parent
commit
ee52e880ea
1 changed files with 30 additions and 0 deletions
  1. 30 0
      database/yspay_cash.php

+ 30 - 0
database/yspay_cash.php

@@ -267,5 +267,35 @@ return array(
             'order' => array('id' => 'desc'),
             'col' => '*',
         ),
+        'getOtherList' => 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' => '*',
+        ),
+        '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' => '*',
+        ),
     ),
 );