kaiyu
2020-09-11 5cb77ad77796224358b93607a8e5f9e697ed58c6
src/main/resources/mapper/MonitorPointMapper.xml
@@ -200,5 +200,8 @@
        <if test="cityCode != null">
            city_code = #{cityCode}
        </if>
        <if test="provinceCode != null">
            province_code = #{provinceCode}
        </if>
    </select>
</mapper>