jinpengyong
2020-11-24 76772ff7d6217fd4d28973d3169fea74bb26f1e8
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>