|
|
@@ -60,7 +60,7 @@ public class AuctionServiceImpl extends ServiceImpl<AuctionMapper,Auction> imple
|
|
|
IPage<Auction> page=new Page<>(auction.getPageNum(),auction.getPageSize());
|
|
|
List<Auction> auctions = getBaseMapper().selectAuctionList(page, auction);
|
|
|
// 过滤掉时间已结束的拍品
|
|
|
- auctions.removeIf(po -> System.currentTimeMillis() > po.getEndTime().getTime());
|
|
|
+// auctions.removeIf(po -> System.currentTimeMillis() > po.getEndTime().getTime());
|
|
|
// 返回
|
|
|
return auctions;
|
|
|
}
|