From fbfbbe25812f220b0f754c680301b8e89dcebf7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=B9=8F?= Date: Sat, 11 May 2024 10:51:55 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E8=87=AA=E5=8A=A8=E5=87=BA?= =?UTF-8?q?=E7=A5=A8=E8=BF=90=E8=A1=8C=E6=97=B6=E9=97=B4=E4=B8=BA3?= =?UTF-8?q?=E5=88=86=E9=92=9F?= 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 a950b667..1819f223 100644 --- a/application/third_party/trainsystem/controllers/addorders.php +++ b/application/third_party/trainsystem/controllers/addorders.php @@ -170,6 +170,8 @@ class addorders extends CI_Controller{ public function auto_pay_ticket_2(){ date_default_timezone_set('Asia/Shanghai'); + set_time_limit(180); + //筛选出能自动出票的订单 $auto_pool = $this->BIZ_train_model->auto_check_ticket_2();