From c0f3f59f6bc3915f95863f2b0a5bffc5af83832d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=B9=8F?= Date: Mon, 30 Oct 2023 11:42:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B8=AF=E6=BE=B3=E9=80=9A?= =?UTF-8?q?=E8=A1=8C=E8=AF=81=E4=B8=BA=E5=9B=9E=E4=B9=A1=E8=AF=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../third_party/trainsystem/controllers/addorders.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/application/third_party/trainsystem/controllers/addorders.php b/application/third_party/trainsystem/controllers/addorders.php index 0bddaf8a..0c056c79 100644 --- a/application/third_party/trainsystem/controllers/addorders.php +++ b/application/third_party/trainsystem/controllers/addorders.php @@ -658,12 +658,12 @@ class addorders extends CI_Controller{ $PassportTypeseidName = "二代身份证"; break; case 'MainlandTravel Permit from Hong Kong and Macau': - $PassportTypeseId = 32; - $PassportTypeseidName = "港澳通行证"; + $PassportTypeseId = 7; + $PassportTypeseidName = "回乡证"; break; case 'Travel Permit from Hong Kong / Macau': - $PassportTypeseId = 32; - $PassportTypeseidName = "港澳通行证"; + $PassportTypeseId = 7; + $PassportTypeseidName = "回乡证"; break; case 'Travel Permit from Taiwan': $PassportTypeseId = 8;