diff --git a/application/third_party/trainsystem/controllers/innerTrainSearch.php b/application/third_party/trainsystem/controllers/innerTrainSearch.php index 7844ffb5..765855ad 100644 --- a/application/third_party/trainsystem/controllers/innerTrainSearch.php +++ b/application/third_party/trainsystem/controllers/innerTrainSearch.php @@ -331,7 +331,7 @@ class innerTrainSearch extends CI_Controller{ $rwNum = $Seats->ticketLeft; } - if($Seats->seatName == '一等双软上' || $seats->seatName=='一等卧'){ + if($Seats->seatName == '一等双软上' || $Seats->seatName=='一等卧'){ $SeaType .= '"YDW":"¥'.$Seats->maxPrice.'",'; $ydwNum = $Seats->ticketLeft; }