diff --git a/app/api/service/statistics/OrderData.php b/app/api/service/statistics/OrderData.php index e9c1005e..149f5304 100644 --- a/app/api/service/statistics/OrderData.php +++ b/app/api/service/statistics/OrderData.php @@ -29,7 +29,7 @@ class OrderData extends BaseService //下单总数 "orderCount" => $this->getPayOrderTotal($startDate, $endDate), //下单人数 - 'orderPayUser' => $this->getConsumeUsers(), + 'orderPayUser' => $this->getConsumeUsers($startDate, $endDate), //订单成本金额 'orderCostMoney' => 0, //预估利益