From b00178cabc97ef77b52f0d10013726c92cdfbfa1 Mon Sep 17 00:00:00 2001 From: wanghongjun <1445693971@qq.com> Date: Wed, 8 Jul 2026 18:03:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=94=99=E8=AF=AF=E8=BF=94?= =?UTF-8?q?=E5=9B=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/ParkingSpaceService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/ParkingSpaceService.php b/app/Services/ParkingSpaceService.php index 8203ce8..83cf637 100644 --- a/app/Services/ParkingSpaceService.php +++ b/app/Services/ParkingSpaceService.php @@ -361,7 +361,7 @@ class ParkingSpaceService extends BaseService if ($status == 2) { // 维修 if ($oldValues['status'] == 2) { - throw new CustomException(__validation('parking_repair_list.space_exists')); + throw new CustomException(__service('parking_repair_list.space_exists')); } $now_times = time(); $start_times = strtotime($start_at);// 维修开始时间