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

order

@@ -39,7 +39,7 @@ class AdminStatisticsController extends AdminBaseController{ @@ -39,7 +39,7 @@ 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 - $month[24-$i]=date('Y-m',strtotime(date('Ymd',strtotime("-$i month")))); 42 + $month[24-$i]=date('Y-m-d',strtotime(date('Ymd',strtotime("-$i month"))));
43 } 43 }
44 dump($month); 44 dump($month);
45 45