From de21b4e693eb2b950978ced719afc57b43f6969e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=B9=8F?= Date: Sat, 11 May 2024 11:07:49 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B6=85=E8=BF=8712=E4=B8=AA=E5=B0=8F=E6=97=B6?= =?UTF-8?q?=E6=89=8D=E5=81=9C=E6=AD=A2=E6=8A=A2=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, 1 insertion(+), 1 deletion(-) diff --git a/application/third_party/trainsystem/controllers/addorders.php b/application/third_party/trainsystem/controllers/addorders.php index 1819f223..c5bc55f0 100644 --- a/application/third_party/trainsystem/controllers/addorders.php +++ b/application/third_party/trainsystem/controllers/addorders.php @@ -258,7 +258,7 @@ class addorders extends CI_Controller{ } //echo $saletime; $sale_diff = (time() - $saletime) / 3600; - if($sale_diff > 1){ + if($sale_diff > 12){ $auto_flag = 0; $back_message .= '-超过抢票时间'; }else if($sale_diff <0){