From 0027f93f9fe843f39403a92b88d5f2f654680bcf Mon Sep 17 00:00:00 2001 From: haomingming Date: Mon, 5 Jan 2026 11:13:13 +0800 Subject: [PATCH] 4 --- app/Services/UserDoctorService.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Services/UserDoctorService.php b/app/Services/UserDoctorService.php index 46f0dac..a65fbb2 100644 --- a/app/Services/UserDoctorService.php +++ b/app/Services/UserDoctorService.php @@ -1533,7 +1533,7 @@ class UserDoctorService extends BaseService $res = OrderInquiry::edit($params,$data); if (!$res) { Db::rollBack(); - return fail(HttpEnumCode::HTTP_ERROR, "开具处方失败"); + return fail(HttpEnumCode::HTTP_ERROR, "开具处方失败1"); } }else{ return fail(HttpEnumCode::HTTP_ERROR, "医师有误,请联系客服或小助手"); @@ -1542,7 +1542,7 @@ class UserDoctorService extends BaseService } } catch (\Exception $e) { Db::rollBack(); - return fail(HttpEnumCode::HTTP_ERROR, "开具处方失败"); + return fail(HttpEnumCode::HTTP_ERROR, "开具处方失败2"); }