于紫祥_1901
2020-09-10 5f591b85c57ec51e6899a23f2d594921d5fa9871
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>