xiaoyong931011
2022-09-24 14b49b72cedbb3e924c0f42321449f5b9247e589
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);
    }
}