add 第二页时间范围订单统计条状图
This commit is contained in:
parent
7dfd951a95
commit
35a661a726
@ -278,7 +278,7 @@ class Order extends BaseController
|
||||
$startTime22 = strtotime(date('Y-m-d 22:00:00'));
|
||||
$endTime24 = strtotime(date('Y-m-d 24:00:00'));
|
||||
$list[] = $this->getTimeRangeOrderCount([$startTime22, $endTime24]);
|
||||
halt($list);
|
||||
|
||||
return app('json')->success($list);
|
||||
}
|
||||
private function getTimeRangeOrderCount($timeRange)
|
||||
|
Loading…
x
Reference in New Issue
Block a user