From ebd4c7e22d8db976adaf3f0cf73d951ae261bda4 Mon Sep 17 00:00:00 2001 From: cyc Date: Fri, 19 Jan 2018 14:03:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=87=8A=E6=8E=89=E7=89=B9=E6=AE=8A?= =?UTF-8?q?=E8=BD=A6=E6=AC=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/third_party/train/controllers/search.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/third_party/train/controllers/search.php b/application/third_party/train/controllers/search.php index 525c09a0..ed61c05e 100644 --- a/application/third_party/train/controllers/search.php +++ b/application/third_party/train/controllers/search.php @@ -27,9 +27,9 @@ class search extends CI_Controller{ $back_data = $this->get_http($url); //特殊车次处理(贵阳 -- 重庆) - if(($fromStation == 'GIW') && ($toStation == 'CQW') && (strtotime($train_date) - strtotime('2018-01-16') >= 0)){ + /*if(($fromStation == 'GIW') && ($toStation == 'CQW') && (strtotime($train_date) - strtotime('2018-01-16') >= 0)){ exit('{"httpstatus":200,"reason":"特殊车次不开车","data":{"result":""}}'); - } + }*/ $firstdata = $back_data; $return_data = new stdClass();