From 4c368d730d4fa462307d38914e7a30c0900c5df9 Mon Sep 17 00:00:00 2001 From: wanghongjun <1445693971@qq.com> Date: Wed, 24 Jun 2026 11:38:29 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=A6=E9=81=93=E7=AE=A1=E7=90=86=E5=AF=BC?= =?UTF-8?q?=E5=85=A5=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Imports/ParkingWhitelistImport.php | 2 +- resources/lang/en/exports.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Imports/ParkingWhitelistImport.php b/app/Imports/ParkingWhitelistImport.php index 49a5af8..a5075b0 100644 --- a/app/Imports/ParkingWhitelistImport.php +++ b/app/Imports/ParkingWhitelistImport.php @@ -59,7 +59,7 @@ class ParkingWhitelistImport implements ToModel, WithChunkReading if (empty($channelIds)) { $channelIds = []; foreach ($channel_arr as $channel) { - $channel_id = AdminTranslationService::getTypeId(5, $channel); + $channel_id = AdminTranslationService::getTypeId(6, $channel); if ($channel_id) { $channelIds[] = $channel_id; } diff --git a/resources/lang/en/exports.php b/resources/lang/en/exports.php index 3822657..67fd2d4 100644 --- a/resources/lang/en/exports.php +++ b/resources/lang/en/exports.php @@ -94,7 +94,7 @@ return [ 'list' => 'White List Import Template', 'export_list' => 'Whitelist Vehicle List', 'parking' => 'Parking Lot', - 'channel' => 'Traffic Lanes', + 'channel' => 'Lane Name', 'reason' => 'Reason For Passage', 'member_type' => 'Identity Type' ],