From ae82ae3dbba69f6ad4f1988136df1f19148948bb Mon Sep 17 00:00:00 2001 From: weizong song Date: Fri, 1 Oct 2021 09:27:33 +0800 Subject: [PATCH] up --- app/Http/Controllers/Admin/StatisticsController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/Admin/StatisticsController.php b/app/Http/Controllers/Admin/StatisticsController.php index 9bf1087..361726a 100755 --- a/app/Http/Controllers/Admin/StatisticsController.php +++ b/app/Http/Controllers/Admin/StatisticsController.php @@ -164,7 +164,7 @@ class StatisticsController extends CommonController "20210918000013", "20210906000015" ]); - })->where("service_date",">","2021-09-01")->where("service_date","2021-10-01"); + })->where("service_date",">=","2021-09-01")->where("service_date","<","2021-10-01"); dd($model->with("order")->get()->toArray()); //采用指定订单号结束