screen-api/src/main/resources/mapper/MonitorPointMapper.xml
@@ -19,4 +19,15 @@ <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> <select id="getMonitorPoint" resultType="com.moral.api.pojo.vo.monitorPoint.MonitorPointVos"> select * from monitor_point where organization_id=#{id} and is_delete=0 </select> </mapper>