src/main/resources/mapper/MonitorPointMapper.xml @@ -200,5 +200,8 @@ <if test="cityCode != null"> city_code = #{cityCode} </if> <if test="provinceCode != null"> province_code = #{provinceCode} </if> </select> </mapper>