From 8b42666729754dbe01ad725f59ee3bdd2e2e1390 Mon Sep 17 00:00:00 2001 From: cyc Date: Thu, 4 Jul 2019 15:00:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9A=82=E5=81=9C=E8=87=AA=E5=8A=A8=E5=87=BA?= =?UTF-8?q?=E7=A5=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/third_party/trainsystem/controllers/addorders.php | 1 + 1 file changed, 1 insertion(+) diff --git a/application/third_party/trainsystem/controllers/addorders.php b/application/third_party/trainsystem/controllers/addorders.php index 314296d6..a33b2f93 100644 --- a/application/third_party/trainsystem/controllers/addorders.php +++ b/application/third_party/trainsystem/controllers/addorders.php @@ -22,6 +22,7 @@ class addorders extends CI_Controller{ //自动出票 public function auto_pay_ticket(){ + die(); //log_message('error','auto ticket'); date_default_timezone_set('Asia/Shanghai'); //判断账户余额,如果小于1000自动退出。