From 2924e4851f0b0b83f16bafd6f1bb3aacdfbcd289 Mon Sep 17 00:00:00 2001 From: ztt <835303992@qq.com> Date: Tue, 27 Feb 2024 23:25:44 +0800 Subject: [PATCH] 1 --- app/api/service/statistics/OrderData.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, //预估利益