修改物流发货信息推送

This commit is contained in:
wucongxing 2023-04-27 11:59:50 +08:00
parent 360ce63073
commit 048d647858

View File

@ -522,7 +522,7 @@ class InquiryService extends BaseService
$order_evaluation = OrderEvaluation::getOne($params); $order_evaluation = OrderEvaluation::getOne($params);
if (!empty($order_evaluation)) { if (!empty($order_evaluation)) {
// 已评价 // 已评价
return success(); return fail(HttpEnumCode::HTTP_ERROR, "您已评价,请勿重复评价");
} }
// 获取用户数据 // 获取用户数据