于紫祥_1901
2020-11-20 b3a7d3d28ee5934a4f3fdb89b50c681667440c68
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>