|
@@ -206,5 +206,24 @@ return array
|
|
|
'group' => '(case when type = 2 then concat_ws("_", type, type_id) else concat_ws("_", type, type_id, sku_id) end)',
|
|
|
'col' => '*,sum(total_num) as total_num, sum(sell_num) as sell_num, sum(cash) as cash',
|
|
|
),
|
|
|
+
|
|
|
+ 'all' => array
|
|
|
+ (
|
|
|
+
|
|
|
+ 'option' => array
|
|
|
+ (
|
|
|
+ 'type' => 'yes',
|
|
|
+ 'type_id' => 'yes',
|
|
|
+ 'sku_id' => 'yes',
|
|
|
+ 'start_day' => array('yes-day', '>='),
|
|
|
+ 'end_day' => array('yes-day', '<='),
|
|
|
+ 'state' => 1,
|
|
|
+ ),
|
|
|
+ 'type' => 'all',
|
|
|
+ 'order' => array('day' => 'desc', 'cdate' => 'desc'),
|
|
|
+ 'page' => array(20, 'list'),
|
|
|
+ 'group' => '(case when type = 2 then concat_ws("_", type, type_id) else concat_ws("_", type, type_id, sku_id) end)',
|
|
|
+ 'col' => '*,sum(total_num) as total_num, sum(sell_num) as sell_num, sum(cash) as cash',
|
|
|
+ ),
|
|
|
),
|
|
|
);
|