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