正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
@@ -39,9 +39,9 @@ class AdminStatisticsController extends AdminBaseController{ | @@ -39,9 +39,9 @@ class AdminStatisticsController extends AdminBaseController{ | ||
39 | $start_month=""; | 39 | $start_month=""; |
40 | $end_month=""; | 40 | $end_month=""; |
41 | for ($i = 0; $i <= 24; $i++){ | 41 | for ($i = 0; $i <= 24; $i++){ |
42 | - $week[24-$i]=date('Y-m',strtotime(date('Ymd',strtotime("-$i month")))); | 42 | + $month[24-$i]=date('Y-m',strtotime(date('Ymd',strtotime("-$i month")))); |
43 | } | 43 | } |
44 | - | 44 | + dump($month); |
45 | 45 | ||
46 | return $this->fetch(); | 46 | return $this->fetch(); |
47 | } | 47 | } |
-
请 注册 或 登录 后发表评论