From 63871e10ee8f4c6ebc209135e196a513104254a9 Mon Sep 17 00:00:00 2001 From: haomingming Date: Fri, 26 Dec 2025 09:22:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=BB=98=E8=AE=A4=E9=97=AE?= =?UTF-8?q?=E8=AF=8A=E8=B4=AD=E8=8D=AF=20=3D=201?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/UserDoctorService.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/Services/UserDoctorService.php b/app/Services/UserDoctorService.php index 3a1a973..e8b5968 100644 --- a/app/Services/UserDoctorService.php +++ b/app/Services/UserDoctorService.php @@ -2986,6 +2986,9 @@ class UserDoctorService extends BaseService $result = DoctorInquiryConfig::getOne($params); if (!empty($result)){ $multi_point_enable = 1; // 是否开启问诊购药 + }else{ + //为空则默认为开启状态,抄方需要 + $multi_point_enable = 1; // 是否开启问诊购药 } }