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, "医师有误,请联系客服或小助手"); } }