diff --git a/application/third_party/trainsystem/controllers/addorders.php b/application/third_party/trainsystem/controllers/addorders.php index 2247f612..fc4b0356 100644 --- a/application/third_party/trainsystem/controllers/addorders.php +++ b/application/third_party/trainsystem/controllers/addorders.php @@ -832,6 +832,10 @@ class addorders extends CI_Controller{ $regionCode = $PassagerInfo->BPE_Nationality; if ($regionCode =="TW" || $regionCode=="HK" || $regionCode=="MO"){ $passagersdata[$i]->regionCode = "CN"; + } + else if ($regionCode=="UK" || $regionCode=="GB"){ + $passagersdata[$i]->regionCode = "GB"; //英国传GB + }else{ $passagersdata[$i]->regionCode = $regionCode; //国家简码 美国us ,中国cn }