|
@@ -278,5 +278,24 @@ return array
|
|
|
'type' => 'one',
|
|
|
'col' => 'sum(cash) as cash,sum(hf_cash) as hf_cash,sum(fz_cash) as fz_cash,sum(yl_cash) as yl_cash,sum(pt_cash) as pt_cash',
|
|
|
),
|
|
|
+
|
|
|
+ 'getList' => array
|
|
|
+ (
|
|
|
+ 'option' => array
|
|
|
+ (
|
|
|
+ 'start' => array('yes-cdate', '>='),
|
|
|
+ 'end' => array('yes-cdate', '<='),
|
|
|
+ 'fdate_start' => array('yes-fdate', '>='),
|
|
|
+ 'fdate_end' => array('yes-fdate', '<='),
|
|
|
+ 'order_num' => array('yes', 'like'),
|
|
|
+ 'source_order_num' => array('yes', 'like'),
|
|
|
+ 'merchant_id' => 'yes',
|
|
|
+ 'status' => => 'yes',
|
|
|
+ 'state' => 1,
|
|
|
+ ),
|
|
|
+ 'type' => 'one',
|
|
|
+ 'page' => array(20, 'list'),
|
|
|
+ 'col' => '*',
|
|
|
+ ),
|
|
|
),
|
|
|
);
|