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>