Browse Source

车位维修 新增空置维修, 占用维修

master
wanghongjun 4 weeks ago
parent
commit
da165e3890
  1. 3
      app/Services/ParkingSpaceService.php

3
app/Services/ParkingSpaceService.php

@ -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) {

Loading…
Cancel
Save