From 35fceeefd2a6875d5be9fc5c2ef9df4be03c437d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=B9=8F?= Date: Thu, 21 Jan 2021 11:00:47 +0800 Subject: [PATCH] =?UTF-8?q?=E9=BB=98=E8=AE=A4=E8=AF=BB=E5=8F=96=E8=81=9A?= =?UTF-8?q?=E5=90=88=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../third_party/trainsystem/controllers/innerTrainSearch.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/third_party/trainsystem/controllers/innerTrainSearch.php b/application/third_party/trainsystem/controllers/innerTrainSearch.php index af1f1cd7..92553c2d 100644 --- a/application/third_party/trainsystem/controllers/innerTrainSearch.php +++ b/application/third_party/trainsystem/controllers/innerTrainSearch.php @@ -42,7 +42,7 @@ class innerTrainSearch extends CI_Controller{ $this->ctripApi($date,$from,$to); break; default : - $this->ctripApi($date,$from,$to); + $this->juheApi($date,$from,$to); break; } }