From 6afdad5c64bc47efc4895974741b86c06d9ff444 Mon Sep 17 00:00:00 2001 From: wucongxing <815046773@qq.com> Date: Thu, 12 Oct 2023 13:46:29 +0800 Subject: [PATCH] 1 --- app/Model/UserDoctor.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/Model/UserDoctor.php b/app/Model/UserDoctor.php index b905ea3..ff6b0c7 100644 --- a/app/Model/UserDoctor.php +++ b/app/Model/UserDoctor.php @@ -183,12 +183,12 @@ class UserDoctor extends Model // 是否在线(0:不在线 1:在线) $params["is_online"] = 1; - // 是否参加专家图文接诊(0:否 1:是) - $params["is_img_expert_reception"] = 1; +// // 是否参加专家图文接诊(0:否 1:是) +// $params["is_img_expert_reception"] = 1; $datas = self::with([ 'Hospital:hospital_id,hospital_name,hospital_level_name', - 'DoctorInquiryConfig', + "DoctorInquiryConfig", ]) ->where($params) ->orderBy("is_recommend", "desc")