cjl
2023-11-15 d117d3af15dddc4f07baffa8b5bf6b727c05de7c
screen-api/src/main/resources/mapper/MonitorPointMapper.xml
@@ -19,4 +19,10 @@
                    <result column="desc" property="desc" />
        </resultMap>
    <select id="getMonitorPointiId" resultType="java.lang.Integer">
        select id from monitor_point where  organization_id=#{id} and is_delete=0
    </select>
</mapper>