正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -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)); |
-
请 注册 或 登录 后发表评论