|
|
|
@ -97,7 +97,8 @@ class ParkingSpaceService extends BaseService |
|
|
|
} |
|
|
|
return $statusArr[1] . '/' . $str; |
|
|
|
} elseif ($status == '2') { |
|
|
|
return $statusArr[$status]; |
|
|
|
$str = $yesStr ?: $noStr; |
|
|
|
return $str . '/' . $statusArr[$status]; |
|
|
|
} else { |
|
|
|
$status_str = $statusArr[$status] ?? ''; |
|
|
|
if ($status_str) { |
|
|
|
|