Commit 0a1bcab2 authored by shiyu's avatar shiyu

出价记录2

parent a6cd9b2e
...@@ -267,7 +267,7 @@ public class AuctionRecordServiceImpl implements AuctionRecordService { ...@@ -267,7 +267,7 @@ public class AuctionRecordServiceImpl implements AuctionRecordService {
List<AuctionRecord> auctionRecordList = auctionRecordDao.findByItemId(itemId); List<AuctionRecord> auctionRecordList = auctionRecordDao.findByItemId(itemId);
//查询商品竞拍信息 //查询商品竞拍信息
AuctionConfig auctionConfig = auctionConfigDao.findByItemId(dto.getItemId()); AuctionConfig auctionConfig = auctionConfigDao.findByItemId(itemId);
//当前拍品价格 //当前拍品价格
AuctionRecord lastedRecord = auctionRecordList.get(0); AuctionRecord lastedRecord = auctionRecordList.get(0);
auctionRecordVo.setCurrentPrice(PriceUtil.convertPriceFenToYuan(lastedRecord.getPrice())); auctionRecordVo.setCurrentPrice(PriceUtil.convertPriceFenToYuan(lastedRecord.getPrice()));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment