jinpengyong
2020-08-10 8a4fccc993cbef14b83443d91e51e9b74664eab5
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>