From 7179f9988b4e52adcddc5c5fca12e7231f52310f Mon Sep 17 00:00:00 2001 From: cyc Date: Tue, 24 Dec 2019 16:12:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=9E=E5=A4=8D=E8=87=AA=E5=8A=A8=E5=8C=96?= =?UTF-8?q?=E5=87=BA=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 deletions(-) diff --git a/application/third_party/trainsystem/controllers/addorders.php b/application/third_party/trainsystem/controllers/addorders.php index 6baccfe7..51672170 100644 --- a/application/third_party/trainsystem/controllers/addorders.php +++ b/application/third_party/trainsystem/controllers/addorders.php @@ -22,7 +22,6 @@ class addorders extends CI_Controller{ //问题订单处理 public function error_orders_submit(){ - die(); $this->isauto = 4; //获取所有问题订单 $errorOrdersList = $this->BIZ_train_model->getErrorOrdersList(); @@ -42,7 +41,6 @@ class addorders extends CI_Controller{ //自动出票 public function auto_pay_ticket(){ - die(); //log_message('error','auto ticket'); date_default_timezone_set('Asia/Shanghai'); //判断账户余额,如果小于1000自动退出。