|
@ -27,7 +27,7 @@ class index extends publicBase { |
|
|
if ($type == 'sales_volume') { |
|
|
if ($type == 'sales_volume') { |
|
|
$list = $obj->getSumData($uid, $shop_id, $day); |
|
|
$list = $obj->getSumData($uid, $shop_id, $day); |
|
|
} elseif ($type == 'refund') { |
|
|
} elseif ($type == 'refund') { |
|
|
$list = $obj->getRedundCountData($uid, $shop_id, $day); |
|
|
$list = $obj->getRefundCountData($uid, $shop_id, $day); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
$this->ajax_json(true, 'succ', $list); |
|
|
$this->ajax_json(true, 'succ', $list); |
|
|