|
|
@ -86,7 +86,7 @@ class IndexController extends BaseController |
|
|
]; |
|
|
]; |
|
|
$type_count = ParkingSpace::query()->where($spaceWhere) |
|
|
$type_count = ParkingSpace::query()->where($spaceWhere) |
|
|
->whereIn('status', $statusArr) |
|
|
->whereIn('status', $statusArr) |
|
|
->whereIn('id', $spaceTypeIds) |
|
|
->whereIn('id', $spaceIds) |
|
|
->count(); |
|
|
->count(); |
|
|
$type_list[] = [ |
|
|
$type_list[] = [ |
|
|
'count' => $type_count, |
|
|
'count' => $type_count, |
|
|
|