diff --git a/air/src/main/resources/mapper/AppletsMapMapper.xml b/air/src/main/resources/mapper/AppletsMapMapper.xml index 509ce8a..8ca7c1c 100644 --- a/air/src/main/resources/mapper/AppletsMapMapper.xml +++ b/air/src/main/resources/mapper/AppletsMapMapper.xml @@ -50,6 +50,7 @@ LEFT JOIN land_listed b ON a.land_listed_id = b.land_listed_id WHERE geom IS NOT NULL + and #{nowDate} > date_format(b.auction_date,'%Y-%m-%d')