경매 종료일자 체크 제외

This commit is contained in:
2025-02-18 14:15:09 +09:00
parent 0b5c300fb1
commit f38f86f5e5

View File

@@ -84,9 +84,9 @@ public class DynamicScheduler {
} }
// 경매중일때 경매 종료시간이 되지않았다면 체크하지 않는다 // 경매중일때 경매 종료시간이 되지않았다면 체크하지 않는다
if(auction_status.equals(LandAuction.AUCTION_STATUS.AUCTION_START) && nowDate.isBefore(auctionEndDate)){ // if(auction_status.equals(LandAuction.AUCTION_STATUS.AUCTION_START) && nowDate.isBefore(auctionEndDate)){
return; // return;
} // }
Map<String,Object> map = new HashMap<>(); Map<String,Object> map = new HashMap<>();
map.put("id", auction.getId()); map.put("id", auction.getId());