2026-08-06 c5f7b157db3ea552e32aa3169cfa3e30f40d8734
yudao-module-mall/yudao-module-product/src/main/java/cn/iocoder/yudao/module/product/service/comment/ProductCommentServiceImpl.java
@@ -140,6 +140,11 @@
    }
    @Override
    public ProductCommentDO getComment(Long id) {
        return validateCommentExists(id);
    }
    @Override
    public PageResult<ProductCommentDO> getCommentPage(ProductCommentPageReqVO pageReqVO) {
        return productCommentMapper.selectPage(pageReqVO);
    }