From 8cf36879958d84d7f9b50595fbe02f606a75fd59 Mon Sep 17 00:00:00 2001 From: weizong song Date: Fri, 1 Oct 2021 09:31:32 +0800 Subject: [PATCH] up --- app/Http/Controllers/Admin/StatisticsController.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/Http/Controllers/Admin/StatisticsController.php b/app/Http/Controllers/Admin/StatisticsController.php index 5ff53c5..82e8141 100755 --- a/app/Http/Controllers/Admin/StatisticsController.php +++ b/app/Http/Controllers/Admin/StatisticsController.php @@ -164,8 +164,7 @@ class StatisticsController extends CommonController "20210918000013", "20210906000015" ]); - })->where("service_date",">=","2021-09-01")->where("service_date","<","2021-10-01")->where("paid_at","<","2021-10-01 00:00:00"); - dd($model->with("order")->get()->toArray()); + })->where("service_date",">=","2021-09-01"); //采用指定订单号结束 if ($request->last_id) {