src/main/java/com/moral/service/impl/MonitorPointServiceImpl.java
@@ -275,6 +275,11 @@ } @Override public List<MonitorPoint> getMonitorPointsByOrganizationIds(Set<Integer> orgIds) { return monitorPointMapper.getMonitorPointsByOrganizationIds(orgIds); } @Override public List<MonitorPoint> getMonitorPointsByRegion(Map<String, Object> parameters) { Example example = new Example(MonitorPoint.class); Criteria criteria = example.createCriteria();