1
luofl
2025-03-11 b8dedd4e1962cf4f7984b01d500f950fe5e8fea3
ruoyi-modules/ruoyi-auction/src/main/java/com/ruoyi/auction/controller/forepart/ForepartAuctionGoodsController.java
@@ -33,13 +33,7 @@
    @Resource
    private IAuctionGoodsService iAuctionGoodsService;
    @InnerAuth
    @PostMapping("/getAuctionGoodsOne")
    public R<AuctionGoods> getAuctionGoodsOne(@RequestBody Long auctionSalesroomId) {
        AuctionGoods auctionGoods=iAuctionGoodsService.getById(auctionSalesroomId);
        return R.ok(auctionGoods);
    }
     @PostMapping("/getAuctionGoodsList")
    @ApiOperation(value = "用户端-普通拍卖商品")