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();