kaiyu
2020-09-11 844fefe320b81b1e7d1660d6b8441e45025cab68
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>