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

order

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