|
@@ -50,7 +50,7 @@ public class AuctionRecordService {
|
|
|
.orElseThrow(new BusinessException("暂无"));
|
|
.orElseThrow(new BusinessException("暂无"));
|
|
|
AuctionRecordDTO auctionRecordDTO = new AuctionRecordDTO();
|
|
AuctionRecordDTO auctionRecordDTO = new AuctionRecordDTO();
|
|
|
auctionRecordDTO.setAuctionId(record.getAuctionId());
|
|
auctionRecordDTO.setAuctionId(record.getAuctionId());
|
|
|
- auctionRecordDTO.setAuctionPic(record.getAuctionPic());
|
|
|
|
|
|
|
+ auctionRecordDTO.setAuctionPic(auctionActivity.getPic());
|
|
|
auctionRecordDTO.setMinter(auctionActivity.getMinter());
|
|
auctionRecordDTO.setMinter(auctionActivity.getMinter());
|
|
|
auctionRecordDTO.setBidderPrice(record.getBidderPrice());
|
|
auctionRecordDTO.setBidderPrice(record.getBidderPrice());
|
|
|
auctionRecordDTO.setName(record.getName());
|
|
auctionRecordDTO.setName(record.getName());
|