liyong
2026-07-31 d3e57f662fc00214c9d1b1caa9a4dd542a9d2e1e
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);
    }