Browse Source

1.1.0 地块经纬查询修噶

feature/v1.1.0
XB-20210411SXIT\Administrator 4 years ago
parent
commit
e96ed9f249
  1. 2
      air/src/main/resources/mapper/AppletsMapMapper.xml

2
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')
</select>
<select id="getLandList" resultType="java.util.Map">
@ -64,6 +65,7 @@
JOIN land_listed b ON a.land_listed_id = b.land_listed_id
WHERE
geom IS NOT NULL
and date_format(b.auction_date,'%Y-%m-%d') &lt; #{nowDate}
and date_format(b.auction_date,'%Y-%m-%d') &lt; #{end}
and date_format(b.auction_date,'%Y-%m-%d') > #{start}
</select>

Loading…
Cancel
Save