xiaoyong931011
2022-09-05 b222b6baf58cc128343867107d570d237966d9ac
src/main/java/cc/mrbird/febs/mall/service/impl/ApiMallGoodsServiceImpl.java
@@ -104,4 +104,9 @@
        }
        return apiMallGoodsDeliveryVo;
    }
    @Override
    public MallGoodsCommentVo findMallGoodsCommentLevelByGoodsId(Long id) {
        return this.baseMapper.findMallGoodsCommentLevelByGoodsId(id);
    }
}