分配医生修改为5分钟

This commit is contained in:
wucongxing 2023-04-25 10:39:32 +08:00
parent 3ee12e8b22
commit 1857bdfeef

View File

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