From b91b49ea51236521eaeff3d57f4f5ac41c2f646c Mon Sep 17 00:00:00 2001 From: haomingming Date: Mon, 5 Jan 2026 10:52:20 +0800 Subject: [PATCH] 67 --- app/Services/UserDoctorService.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/Services/UserDoctorService.php b/app/Services/UserDoctorService.php index bdbd8fe..46f0dac 100644 --- a/app/Services/UserDoctorService.php +++ b/app/Services/UserDoctorService.php @@ -1502,8 +1502,6 @@ class UserDoctorService extends BaseService return fail(HttpEnumCode::HTTP_ERROR, "请先完成多点执业认证"); } - - //查找可接受抄方的医生 $params = array(); $params['is_transfer_prescription'] = 1; @@ -1538,7 +1536,7 @@ class UserDoctorService extends BaseService return fail(HttpEnumCode::HTTP_ERROR, "开具处方失败"); } }else{ - return fail(HttpEnumCode::HTTP_ERROR, "请先完成多点执业认证"); + return fail(HttpEnumCode::HTTP_ERROR, "医师有误,请联系客服或小助手"); } }