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, "您已评价,请勿重复评价"); } // 获取用户数据