lizijie
2020-08-10 a0d6a762c6429469a257b9dc514ae8e34e7e0433
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>