From d5adb05f1c7f16d10877a43ecb59de188716b3a8 Mon Sep 17 00:00:00 2001 From: cyc Date: Tue, 24 Dec 2019 14:10:07 +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=20=E6=8A=A2=E7=A5=A8=20=E9=94=99=E8=AF=AF=E8=AE=A2?= =?UTF-8?q?=E5=8D=95=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/third_party/trainsystem/controllers/addorders.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/application/third_party/trainsystem/controllers/addorders.php b/application/third_party/trainsystem/controllers/addorders.php index 08b91885..6baccfe7 100644 --- a/application/third_party/trainsystem/controllers/addorders.php +++ b/application/third_party/trainsystem/controllers/addorders.php @@ -22,7 +22,7 @@ class addorders extends CI_Controller{ //问题订单处理 public function error_orders_submit(){ - log_message('error','errorOrdersSubmit'); + die(); $this->isauto = 4; //获取所有问题订单 $errorOrdersList = $this->BIZ_train_model->getErrorOrdersList(); @@ -42,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自动退出。