diff --git a/app/Amqp/Consumer/AssignDoctorConsumer.php b/app/Amqp/Consumer/AssignDoctorConsumer.php index 2b796f2..84d54f5 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 > 300) { + if ($diff_time > 180) { Log::getInstance()->error("分配医生队列执行失败:超出5分钟,执行退款"); $InquiryService = new InquiryService();