Browse Source

Default Changelist

feature/v1.1.0
王健 4 years ago
parent
commit
fc3e6149dc
  1. 2
      air/src/main/resources/mapper/AppletsMapMapper.xml

2
air/src/main/resources/mapper/AppletsMapMapper.xml

@ -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>

Loading…
Cancel
Save