From 9fa6fe03a2b211e4839798571381d4e15be11248 Mon Sep 17 00:00:00 2001 From: cyc Date: Sun, 10 May 2020 15:22:11 +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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/application/third_party/trainsystem/controllers/addorders.php b/application/third_party/trainsystem/controllers/addorders.php index 96cbb5da..4937f1a9 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 error_orders_submit(){ + die(); $this->isauto = 4; //获取所有问题订单 $errorOrdersList = $this->BIZ_train_model->getErrorOrdersList(); @@ -41,6 +42,7 @@ class addorders extends CI_Controller{ //自动出票 public function auto_pay_ticket(){ + die(); //log_message('error','auto ticket'); date_default_timezone_set('Asia/Shanghai'); //判断账户余额,如果小于1000自动退出。