|
|
|
@ -83,6 +83,7 @@ class ParkingAbnormalService extends BaseService |
|
|
|
$typeArr = $this->getType(); |
|
|
|
$item['type'] = $typeArr[$item['type']]; |
|
|
|
$statusArr = $this->getStatus(); |
|
|
|
$item['status_index'] = $item['status']; |
|
|
|
$item['status'] = $statusArr[$item['status']]; |
|
|
|
$operationTypeArr = $this->getOperationType(); |
|
|
|
$item['operation_type'] = $operationTypeArr[$item['operation_type']] ?? |
|
|
|
|