diff --git a/application/third_party/trainsystem/controllers/addorders.php b/application/third_party/trainsystem/controllers/addorders.php index 29f4cd70..2bff123e 100644 --- a/application/third_party/trainsystem/controllers/addorders.php +++ b/application/third_party/trainsystem/controllers/addorders.php @@ -23,6 +23,7 @@ class addorders extends CI_Controller{ //问题订单处理 public function error_orders_submit(){ log_message('error','errorOrdersSubmit'); + $this->isauto = 4; //获取所有问题订单 $errorOrdersList = $this->BIZ_train_model->getErrorOrdersList();