From e96ed9f24903c2f6afb8d3efea8c9c09443d0d83 Mon Sep 17 00:00:00 2001 From: "XB-20210411SXIT\\Administrator" Date: Sat, 4 Sep 2021 21:12:25 +0800 Subject: [PATCH] =?UTF-8?q?1.1.0=20=E5=9C=B0=E5=9D=97=E7=BB=8F=E7=BA=AC?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E4=BF=AE=E5=99=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- air/src/main/resources/mapper/AppletsMapMapper.xml | 2 ++ 1 file changed, 2 insertions(+) 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')