jinpengyong
2020-08-10 47e42466d50e4293a05c8c9a9c9da09e8e554fb6
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>