From 8bddd5531186ce8feb636a3986d9cd1a3b35b93c Mon Sep 17 00:00:00 2001 From: cyc Date: Wed, 27 May 2020 16:24:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=BF=87=E6=9C=9F=E6=97=B6?= =?UTF-8?q?=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/third_party/trainsystem/controllers/api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/third_party/trainsystem/controllers/api.php b/application/third_party/trainsystem/controllers/api.php index bd893361..ce23b945 100644 --- a/application/third_party/trainsystem/controllers/api.php +++ b/application/third_party/trainsystem/controllers/api.php @@ -91,7 +91,7 @@ class api extends CI_Controller{ $train_info = $this->BIZ_train_model->biz_order_detail($itemColdSn->cold_sn); $today = time(); - if(strtotime($itemColdSn->COLI_ApplyDate) - $today < 86400){ + if(strtotime($itemColdSn->COLI_ApplyDate) - $today < 259200){ $orderInfo->totalPrice = $orderInfo->totalPrice - 0; continue; }