| | |
| | | } if(auctionCollection.getType()==2){ |
| | | GoodsGroupPurchase goodsGroupPurchase = goodsGroupPurchaseMapper.selectById(auctionCollection.getTargetId()); |
| | | HomeGoodsSkuListVO auctionGoodsVO=new HomeGoodsSkuListVO(); |
| | | if(goodsGroupPurchase!=null){ |
| | | GoodsSku goodsSku = goodsSkuMapper.selectById(goodsGroupPurchase.getGoodsSkuId()); |
| | | auctionGoodsVO.setId(auctionCollection.getTargetId()); |
| | | auctionGoodsVO.setPrice(goodsGroupPurchase.getGroupPurchasePrice()); |
| | |
| | | } |
| | | |
| | | } |
| | | |
| | | } |
| | | page.setRecords(auctionGoodsVOS); |
| | | return PageDTO.of(page); |
| | | } |