src/main/java/com/moral/mapper/MonitorPointMapper.java
@@ -11,5 +11,5 @@ List<MonitorPoint> selectWithAreaNameByExample(Example example); List<MonitorPoint> getMonitorPointsByAreaName(Map<String, Object> parameters); List<MonitorPoint> selectWithStateByMap(Map<String, Object> params); List<MonitorPoint> selectByMap(Map<String, Object> params); }