|
|
|
@ -82,6 +82,7 @@ class NoticeController extends BaseController |
|
|
|
)->get()->each(function ($item) { |
|
|
|
$item['alarm_type_index'] = $item['alarm_type']; |
|
|
|
$item['msg_type_index'] = $item['msg_type']; |
|
|
|
$item['parking_space_id'] = $item['space_id']; |
|
|
|
return $this->service->getItem($item); |
|
|
|
}); |
|
|
|
|
|
|
|
|