于紫祥_1901
2020-11-11 29a0417eb3b695df5502d1cf055f4740f1fdcd9f
src/main/resources/mapper/MonitorPointMapper.xml
@@ -225,4 +225,8 @@
        JOIN device d ON d.`monitor_point_id` = m.`id`
        AND d.`mac`= #{mac}
    </select>
    <select id="getMonitorName" resultType="java.lang.String">
        select name from monitor_point where id=#{mpId}
    </select>
</mapper>