This commit is contained in:
2023-03-27 10:58:18 +08:00
parent 806a9e02c5
commit 426988d8d3
7 changed files with 54 additions and 7 deletions
-4
View File
@@ -413,10 +413,6 @@ class PatientDoctorService extends BaseService
return fail();
}
if ($user_doctor['is_img_expert_reception'] != 1) {
return fail(HttpEnumCode::HTTP_ERROR, "医生未开通在线问诊服务");
}
// 检测当前医生是否和患者存在未完成问诊订单
$InquiryService = new InquiryService();
$order_inquiry = $InquiryService->checkPatientDoctorProgressInquiry($user_info['client_user_id'],$doctor_id);