From de578063dd8f0a86e7834aef203bfee97b1c73e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=B9=8F?= Date: Mon, 5 Feb 2024 12:02:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=88=E5=8E=BB=E6=8E=8915=E5=A4=A9=E9=A2=84?= =?UTF-8?q?=E5=94=AE=E6=9C=9F=E5=BD=93=E5=A4=A9=E7=9A=84=E9=87=8D=E5=A4=8D?= =?UTF-8?q?=E6=8F=90=E4=BA=A4=E3=80=82=E9=BB=98=E8=AE=A4=E9=83=BD=E6=98=AF?= =?UTF-8?q?3=E6=AC=A1=E3=80=82?= 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 9f9429c6..5407c84d 100644 --- a/application/third_party/trainsystem/controllers/addorders.php +++ b/application/third_party/trainsystem/controllers/addorders.php @@ -238,7 +238,7 @@ class addorders extends CI_Controller{ $depart_diff = ($DepartureDate - $now) / 86400; //如果刚好是第15天的订单 - if($depart_diff==15){ + if($depart_diff==15 && 1==2){ //$this->isauto = 1; $time = strtotime(time()); $autolasttime = $item->ts_autolasttime;