无关风月
2025-08-27 c634075944e32cb920686bfc83f09423f8aaf0b1
ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/service/impl/GoodsEvaluateServiceImpl.java
@@ -69,7 +69,11 @@
                throw new RuntimeException("修改订单状态失败");
            }
        } else {
            GoodsEvaluate byId = getById(goodsEvaluate.getId());
            //修改
            if (byId.getStatus()!=2){
                return R.fail("修改失败,评论已被下架");
            }
            goodsEvaluate.setUpdateTime(LocalDateTime.now());
            updateById(goodsEvaluate);
        }