경매 종료일자 체크 제외
This commit is contained in:
@@ -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());
|
||||||
|
|||||||
Reference in New Issue
Block a user