Commit 342f7561 authored by zhuwei's avatar zhuwei

1

parent 7de4696b
...@@ -320,7 +320,7 @@ class OperationData extends Basic ...@@ -320,7 +320,7 @@ class OperationData extends Basic
$where['referrer_id'] = array( 'gt', 0 ); $where['referrer_id'] = array( 'gt', 0 );
$where['referrer_source'] = array( 'gt', 0 ); $where['referrer_source'] = array( 'gt', 0 );
$field = 'count(1) as num,create_time';//select SUM(total) AS total FROM `order` GROUP BY DAY(trade_time) $field = 'count(1) as num,create_time';
switch ($params['type']) { switch ($params['type']) {
case 0 :// case 0 ://
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment