diff --git a/app/Services/UserDoctorService.php b/app/Services/UserDoctorService.php index 1d41cb6..fdba13a 100644 --- a/app/Services/UserDoctorService.php +++ b/app/Services/UserDoctorService.php @@ -1733,13 +1733,13 @@ class UserDoctorService extends BaseService // 添加自动完成队列 if ($order_inquiry['inquiry_type'] == 1 || $order_inquiry['inquiry_type'] == 3){ // 专家问诊-公益问诊 - $time = 1000 * 60 * 60; + $time = 1000 * 60 * 30; }elseif($order_inquiry['inquiry_type'] == 2){ // 快速问诊 - $time = 1000 * 60 * 30; + $time = 1000 * 60 * 15; }else{ // 购药 - $time = 1000 * 60 * 30; + $time = 1000 * 60 * 15; } $data = array();