rentaiming
2024-05-27 a71ee1cbe7611b95485d0e951ef0030f1f2b7826
ruoyi-modules/ruoyi-auction/src/main/java/com/ruoyi/auction/service/impl/AuctionGoodsServiceImpl.java
@@ -18,6 +18,8 @@
import lombok.extern.slf4j.Slf4j;
import org.springframework.stereotype.Service;
import javax.annotation.Resource;
/**
 * <p>
 * 拍卖商品表 服务实现类
@@ -31,7 +33,8 @@
@RequiredArgsConstructor
public class AuctionGoodsServiceImpl extends ServiceImpl<AuctionGoodsMapper, AuctionGoods> implements IAuctionGoodsService {
    private final GoodsSkuClient goodsSkuClient;
    @Resource
    private GoodsSkuClient goodsSkuClient;
    @Override
    public PageDTO<AuctionGoodsVO> getAuctionGoodsPage(AuctionGoodsQuery query) {