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

order

@@ -43,9 +43,9 @@ class AdminStatisticsController extends AdminBaseController{ @@ -43,9 +43,9 @@ class AdminStatisticsController extends AdminBaseController{
43 } 43 }
44 dump($month); 44 dump($month);
45 45
46 - echo strtotime('2017-12-8 10:15:30'); 46 + echo strtotime('10:15:30');
47 47
48 - $where['start_time']=['between',[strtotime(date('%-%-% 7:%:%')),strtotime(date('%-%-% 12:%:%'))]]; 48 + $where['start_time']=['between',[strtotime(date('Y-m-d 7:i:s')),strtotime(date('Y-m-d 12:i:s'))]];
49 $num=Db::name('order')->where($where)->count(); 49 $num=Db::name('order')->where($where)->count();
50 50
51 dump($num); 51 dump($num);