From 048d647858a3c8748490a495bdb9d6298b098e22 Mon Sep 17 00:00:00 2001 From: wucongxing <815046773@qq.com> Date: Thu, 27 Apr 2023 11:59:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=89=A9=E6=B5=81=E5=8F=91?= =?UTF-8?q?=E8=B4=A7=E4=BF=A1=E6=81=AF=E6=8E=A8=E9=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/InquiryService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/InquiryService.php b/app/Services/InquiryService.php index a259f68..8fb45ec 100644 --- a/app/Services/InquiryService.php +++ b/app/Services/InquiryService.php @@ -522,7 +522,7 @@ class InquiryService extends BaseService $order_evaluation = OrderEvaluation::getOne($params); if (!empty($order_evaluation)) { // 已评价 - return success(); + return fail(HttpEnumCode::HTTP_ERROR, "您已评价,请勿重复评价"); } // 获取用户数据