From 19df67e19f23cd2a04d1c7f355e1e656f4140af4 Mon Sep 17 00:00:00 2001 From: huliguo <2023611923@qq.com> Date: 星期四, 17 四月 2025 20:04:14 +0800 Subject: [PATCH] 后台:首页统计、系统管理、广告管理、用户管理、商品分类管理 --- ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/factory/GoodsEvaluateClientFallbackFactory.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/factory/GoodsEvaluateClientFallbackFactory.java b/ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/factory/GoodsEvaluateClientFallbackFactory.java index 5109018..3793106 100644 --- a/ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/factory/GoodsEvaluateClientFallbackFactory.java +++ b/ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/factory/GoodsEvaluateClientFallbackFactory.java @@ -18,8 +18,8 @@ public GoodsEvaluateClient create(Throwable cause) { return new GoodsEvaluateClient(){ @Override - public R<Long> getEvaluateIdByUserIdAndGoodId(Integer goodId, Long userId) { - return R.fail("根据用户id和门店id获取评论id失败:" + cause.getMessage()); + public R<Long> getEvaluateIdByOrderId( Long orderId) { + return R.fail("根据订单id获取评论id失败:" + cause.getMessage()); } }; } -- Gitblit v1.7.1