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