src/main/resources/mapper/MonitorPointMapper.xml
@@ -190,11 +190,11 @@ select * from monitor_point where <if test="areaCode != null"> area_Code = #{areaCode} area_code = #{areaCode} </if> <if test="cityCode != null"> city_Code = #{cityCode} city_code = #{cityCode} </if> </select> </mapper>