1
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user