|
@@ -116,6 +116,8 @@ class Overview extends Backend
|
|
|
}
|
|
|
|
|
|
public function seller_statistics(){
|
|
|
+ list($date)=$this->rangeTime('aaaaa');
|
|
|
+ $this->assign('date',$date);
|
|
|
if($this->request->isAjax()){
|
|
|
$type=input('type',1);
|
|
|
$filter=json_decode(input('filter'),true);
|