From 1857bdfeefe066cac1b7794c551c4d672367f3a9 Mon Sep 17 00:00:00 2001 From: wucongxing <815046773@qq.com> Date: Tue, 25 Apr 2023 10:39:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E9=85=8D=E5=8C=BB=E7=94=9F=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E4=B8=BA5=E5=88=86=E9=92=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Amqp/Consumer/AssignDoctorConsumer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Amqp/Consumer/AssignDoctorConsumer.php b/app/Amqp/Consumer/AssignDoctorConsumer.php index 84d54f5..2b796f2 100644 --- a/app/Amqp/Consumer/AssignDoctorConsumer.php +++ b/app/Amqp/Consumer/AssignDoctorConsumer.php @@ -77,7 +77,7 @@ class AssignDoctorConsumer extends ConsumerMessage } // 超出5分钟,执行退款 - if ($diff_time > 180) { + if ($diff_time > 300) { Log::getInstance()->error("分配医生队列执行失败:超出5分钟,执行退款"); $InquiryService = new InquiryService();