修改分配医生执行时间

This commit is contained in:
wucongxing 2023-04-23 09:54:30 +08:00
parent 30695418a6
commit c4a89ea83e

View File

@ -77,7 +77,7 @@ class AssignDoctorConsumer extends ConsumerMessage
} }
// 超出5分钟执行退款 // 超出5分钟执行退款
if ($diff_time > 300) { if ($diff_time > 180) {
Log::getInstance()->error("分配医生队列执行失败:超出5分钟执行退款"); Log::getInstance()->error("分配医生队列执行失败:超出5分钟执行退款");
$InquiryService = new InquiryService(); $InquiryService = new InquiryService();