This commit is contained in:
wucongxing8150 2024-04-28 11:13:03 +08:00
parent fa6492d9c1
commit c2d0b965bf

View File

@ -349,6 +349,7 @@ class PatientDoctorService extends BaseService
}
// 问诊购药
$is_system_time_pass = false;
if ($inquiry_type == 4){
// 检测当前是否符合系统问诊时间
$inquiryService = new InquiryService();