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

order

@@ -27,6 +27,10 @@ class AdminStatisticsController extends AdminBaseController{ @@ -27,6 +27,10 @@ class AdminStatisticsController extends AdminBaseController{
27 27
28 public function index(){ 28 public function index(){
29 29
  30 + $week = strtotime("last Sunday");//把周日当做是一个礼拜的开始,如果想把周一当做是一个礼拜的开始,就把Sunday换成Mondy
  31 + echo date('Y-m-d H:i:s',$week);
  32 +
  33 +
30 return $this->fetch(); 34 return $this->fetch();
31 } 35 }
32 36