From 408b80a88ccaba24ba6a12a5a577f1a88b184b14 Mon Sep 17 00:00:00 2001 From: wanghongjun <1445693971@qq.com> Date: Mon, 8 Jun 2026 15:45:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=91=8A=E8=AD=A6=E4=BF=A1=E6=81=AF=E7=AE=A1?= =?UTF-8?q?=E7=90=862?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/ParkingAlarmInformationService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/ParkingAlarmInformationService.php b/app/Services/ParkingAlarmInformationService.php index 0d7554a..fc9ddc7 100644 --- a/app/Services/ParkingAlarmInformationService.php +++ b/app/Services/ParkingAlarmInformationService.php @@ -64,7 +64,7 @@ class ParkingAlarmInformationService extends BaseService $item['remark'] ); $handlerUserArr = $this->getHandlerUserArr(); - $item['handler_user'] = $handlerUserArr[$item['handler_user']] ?? ''; + $item['handler_username'] = $handlerUserArr[$item['handler_user']] ?? ''; $item['handler_remark'] = AdminTranslationService::getTranslationTypeName( $item['id'],