jinpengyong
2020-09-08 adde1ed1a99622c80a95dea83e294711d295c55c
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>