From c2d0b965bf6d40ca79578acbc4e9d8a699eabc8b Mon Sep 17 00:00:00 2001 From: wucongxing8150 <815046773@qq.com> Date: Sun, 28 Apr 2024 11:13:03 +0800 Subject: [PATCH] 1 --- app/Services/PatientDoctorService.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Services/PatientDoctorService.php b/app/Services/PatientDoctorService.php index 0ddc99b..55fa931 100644 --- a/app/Services/PatientDoctorService.php +++ b/app/Services/PatientDoctorService.php @@ -349,6 +349,7 @@ class PatientDoctorService extends BaseService } // 问诊购药 + $is_system_time_pass = false; if ($inquiry_type == 4){ // 检测当前是否符合系统问诊时间 $inquiryService = new InquiryService();