From 41a989cc444fe0ef9f6c368d872f684ab7a7e115 Mon Sep 17 00:00:00 2001 From: lemon <15040771@qq.com> Date: Wed, 29 Sep 2021 14:38:35 +0800 Subject: [PATCH] =?UTF-8?q?=E9=98=9F=E5=88=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Jobs/OrderTimeout.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/Jobs/OrderTimeout.php b/app/Jobs/OrderTimeout.php index 9bcb22f..4e149c6 100644 --- a/app/Jobs/OrderTimeout.php +++ b/app/Jobs/OrderTimeout.php @@ -55,9 +55,7 @@ class OrderTimeout implements ShouldQueue ->whereNotNull('timeout') ->where('order_no', $this->orderNumber) ->first(); - Log::info($v->timeout); if (!empty($v) && !is_null($v->timeout) && strtotime($v->timeout) <= time()) { - Log::info('do'); DB::beginTransaction(); try { //取消订单