From 3fad01ffb91aa661f4931c42a10859332683fe60 Mon Sep 17 00:00:00 2001 From: wanghongjun <1445693971@qq.com> Date: Wed, 20 May 2026 15:57:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=A6=96=E9=A1=B5=E7=BB=9F?= =?UTF-8?q?=E8=AE=A1=E9=80=BB=E8=BE=912?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Http/Controllers/Admin/IndexController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/Admin/IndexController.php b/app/Http/Controllers/Admin/IndexController.php index bcc7003..2e7c82d 100644 --- a/app/Http/Controllers/Admin/IndexController.php +++ b/app/Http/Controllers/Admin/IndexController.php @@ -86,7 +86,7 @@ class IndexController extends BaseController ]; $type_count = ParkingSpace::query()->where($spaceWhere) ->whereIn('status', $statusArr) - ->whereIn('id', $spaceTypeIds) + ->whereIn('id', $spaceIds) ->count(); $type_list[] = [ 'count' => $type_count,