From 1624e36ad31f9c5545eb3664a99c65209b23ec59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=B9=8F?= Date: Sun, 28 Apr 2024 09:35:03 +0800 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E5=8A=A8=E5=87=BA=E7=A5=A8=E5=85=B3?= =?UTF-8?q?=E9=97=AD=E9=A2=84=E5=94=AE=E6=9C=9F=E7=9A=84=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../third_party/trainsystem/controllers/addorders.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/application/third_party/trainsystem/controllers/addorders.php b/application/third_party/trainsystem/controllers/addorders.php index dc42f2f7..3008feca 100644 --- a/application/third_party/trainsystem/controllers/addorders.php +++ b/application/third_party/trainsystem/controllers/addorders.php @@ -252,7 +252,7 @@ class addorders extends CI_Controller{ if(!empty($time_obj)){ $saletime = strtotime($time_obj->TST_saletime); }else{ - $saletime = strtotime("8:00"); //如果没有设置预售时间,默认8点 + $saletime = strtotime("12:00"); //如果没有设置预售时间,默认8点 } //echo $saletime; $sale_diff = (time() - $saletime) / 3600; @@ -288,9 +288,8 @@ class addorders extends CI_Controller{ if($depart_diff==14){ }else{ - + log_message('error','自动出票错误信息:'.''.$string.'
'); } - log_message('error','自动出票错误信息:'.''.$string.'
'); }else{ //单个订单提交