src/main/java/com/moral/mapper/MonitorPointMapper.java
@@ -22,4 +22,6 @@ List<Device> getDeviceList(@Param("id") int id); //获取公司信息,通过id MonitorPoint getMonitorPointById(@Param("id") int id); List<MonitorPoint> getMonitorPointListByAccountId(@Param("id") int id); }