From 0e2c99cf2220ad65708665eed2c987bdc156e612 Mon Sep 17 00:00:00 2001 From: wucongxing <815046773@qq.com> Date: Fri, 12 May 2023 16:45:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=87=AA=E5=8A=A8=E7=BB=93?= =?UTF-8?q?=E6=9D=9F=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/UserDoctorService.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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();