分配医生修改为5分钟
This commit is contained in:
parent
3ee12e8b22
commit
1857bdfeef
@ -77,7 +77,7 @@ class AssignDoctorConsumer extends ConsumerMessage
|
||||
}
|
||||
|
||||
// 超出5分钟,执行退款
|
||||
if ($diff_time > 180) {
|
||||
if ($diff_time > 300) {
|
||||
Log::getInstance()->error("分配医生队列执行失败:超出5分钟,执行退款");
|
||||
|
||||
$InquiryService = new InquiryService();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user