@ -60,7 +60,7 @@
land_to_list_lon_lat a join land_to_list b on a.proposedseria_id = b.proposedseria_id
<where>
<if test="city != null and city != ''">
a.city = #{city}
b.city = #{city}
</if>
</where>
</select>