作者 董瑞恩
1 个管道 的构建 通过 耗费 0 秒

order

@@ -53,7 +53,7 @@ class AdminStatisticsController extends AdminBaseController{ @@ -53,7 +53,7 @@ class AdminStatisticsController extends AdminBaseController{
53 $Month[$i]=[$month[$i],$month[$i+1]]; 53 $Month[$i]=[$month[$i],$month[$i+1]];
54 } 54 }
55 $Month_statistics=array(); 55 $Month_statistics=array();
56 - for ($i = 0; $i<15; $i++){ 56 + for ($i = 0; $i<24; $i++){
57 $Month_statistics[]=Db::name('order')->where('start_time','between',$Month[$i])->count(); 57 $Month_statistics[]=Db::name('order')->where('start_time','between',$Month[$i])->count();
58 } 58 }
59 $this->assign('monthData',json_encode($Month_statistics)); 59 $this->assign('monthData',json_encode($Month_statistics));