From a86aec29e6e93480eaf4f33f2ffa26a74741fa34 Mon Sep 17 00:00:00 2001 From: wucongxing <815046773@qq.com> Date: Tue, 29 Aug 2023 14:51:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E9=87=8D=E5=A4=8D=E5=88=9B?= =?UTF-8?q?=E5=BB=BA=E8=AF=B7=E6=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Controller/CallBackController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Controller/CallBackController.php b/app/Controller/CallBackController.php index 5ae58da..a2c5f0d 100644 --- a/app/Controller/CallBackController.php +++ b/app/Controller/CallBackController.php @@ -1701,6 +1701,7 @@ class CallBackController extends AbstractController $time_diff = 60; } + dump($time_diff); // 计算时间并重新加入队列 $queue_data = array(); $queue_data['detection_no'] = $order_detection['detection_no'];